Skip to content

Commit

Permalink
feat(container): support timezone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Nov 12, 2024
1 parent b7ebdca commit d5921d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5921d9

Please sign in to comment.