mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-23 12:03:58 +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:
parent
c666497130
commit
f6bd8b3462
3 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,7 @@ RUN [ "cross-build-start" ]
|
|||
RUN mkdir /data \
|
||||
&& apk add --no-cache \
|
||||
openssl \
|
||||
tzdata \
|
||||
curl \
|
||||
dumb-init \
|
||||
ca-certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue