mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-06-25 04:01:40 +02:00
feat(container): support timezone configuration
This commit is contained in:
parent
b7ebdcaec8
commit
d5921d939b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user