From d5921d939b80bcf3bccb3bcfe4f811567d1ff93a Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Tue, 12 Nov 2024 18:06:58 +0100 Subject: [PATCH] feat(container): support timezone configuration --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e8fb43..e0f6d66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ENV GID=1000 \ IPV6_DISABLE=0 RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd && \ - apk add -U --no-cache lighttpd + apk add -U --no-cache tzdata lighttpd WORKDIR /www