Add tzdata package (#388)
test / Linux Go 1.24.x (push) Has been cancelled
test / Linux (race) Go 1.25.x (push) Has been cancelled
test / Linux Go 1.25.x (push) Has been cancelled
test / lint (push) Has been cancelled
test / Analyze results (push) Has been cancelled

This commit is contained in:
Denis
2026-07-23 00:00:03 +04:00
committed by GitHub
parent 4e4e8c0f4c
commit 3aec7b45b9
+1 -1
View File
@@ -14,7 +14,7 @@ FROM alpine
ENV DATA_DIRECTORY /data
ENV PASSWORD_FILE /data/.htpasswd
RUN apk add --no-cache --update apache2-utils
RUN apk add --no-cache --update apache2-utils tzdata
COPY docker/create_user /usr/bin/
COPY docker/delete_user /usr/bin/