feat(container): support timezone configuration

pull/826/head
Bastien Wirtz 2024-11-12 18:06:58 +01:00
parent b7ebdcaec8
commit d5921d939b
1 changed files with 1 additions and 1 deletions

View File

@ -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