mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-13 03:55:58 +03: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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user