diff --git a/Dockerfile b/Dockerfile index 02c1848..e29aaf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apk add --no-cache \ redis~=7.0 \ restic~=0.14 \ sqlite~=3 \ + tzdata~=2023c \ ; ARG TARGETOS