0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-28 13:29:00 +02:00

Merge branch 'mrckndt-fix-timezone-alpine-container' into main

This commit is contained in:
Daniel García 2021-08-22 22:14:46 +02:00
commit 37ca202247
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 3 additions and 0 deletions

View file

@ -212,6 +212,7 @@ RUN mkdir /data \
{% if "alpine" in runtime_stage_base_image %}
&& apk add --no-cache \
openssl \
tzdata \
curl \
dumb-init \
{% if "mysql" in features %}

View file

@ -82,6 +82,7 @@ ENV SSL_CERT_DIR=/etc/ssl/certs
RUN mkdir /data \
&& apk add --no-cache \
openssl \
tzdata \
curl \
dumb-init \
postgresql-libs \

View file

@ -88,6 +88,7 @@ RUN [ "cross-build-start" ]
RUN mkdir /data \
&& apk add --no-cache \
openssl \
tzdata \
curl \
dumb-init \
ca-certificates