Add tzdata
All checks were successful
continuous-integration/drone/push Build is passing

Allows setting container timezone using TZ env variable
This commit is contained in:
IamTheFij 2023-08-11 05:53:17 -07:00
parent b1fe2537e2
commit a2823e09ad

View File

@ -11,6 +11,7 @@ RUN apk add --no-cache \
redis~=7.0 \ redis~=7.0 \
restic~=0.14 \ restic~=0.14 \
sqlite~=3 \ sqlite~=3 \
tzdata~=2023c \
; ;
ARG TARGETOS ARG TARGETOS