forked from extern/zerotier-docker
timezone support
Adding `tzdata` to Dockerfile.router activates TZ environment variable. Signed-off-by: Phill Kelley <34226495+Paraphraser@users.noreply.github.com>
This commit is contained in:
parent
ddb2636141
commit
bf15adc4ce
@ -13,7 +13,7 @@ ENV LOG_PATH=/var/log/supervisor
|
||||
|
||||
COPY scripts/entrypoint-router.sh /usr/sbin/
|
||||
|
||||
RUN apk add --no-cache --purge --clean-protected iptables \
|
||||
RUN apk add --no-cache --purge --clean-protected iptables tzdata \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
EXPOSE 9993/udp
|
||||
|
Loading…
Reference in New Issue
Block a user