1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-10-03 06:50:31 +00:00

Adding tzdata to container

To be able to set a timezone inside a container with the env variable TZ
the tzdata package is needed. Otherwise only UTC will be set.
This commit is contained in:
Marco 2021-08-06 13:39:33 +02:00
commit f6bd8b3462
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 %}