Merge branch 'fix-timezone-alpine-container' of https://github.com/mrckndt/vaultwarden into mrckndt-fix-timezone-alpine-container

This commit is contained in:
Daniel García 2021-08-22 22:14:38 +02:00
commit 37525b1e7e
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