Pull request: Proposes adding tzdata to Dockerfile so that container will respect TZ= environment variable.
Updates #2898. * commit '86669b9bed662de3b2c94eec411dfe19dd1da470': Proposes adding tzdata to Dockerfile so that container will respect TZ= environment variable.
This commit is contained in:
commit
1c30b1d5d6
|
@ -17,7 +17,7 @@ LABEL maintainer="AdGuard Team <devteam@adguard.com>" \
|
|||
org.opencontainers.image.licenses="GPL-3.0"
|
||||
|
||||
# Update certificates.
|
||||
RUN apk --no-cache --update add ca-certificates libcap && \
|
||||
RUN apk --no-cache --update add ca-certificates libcap tzdata && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
mkdir -p /opt/adguardhome/conf /opt/adguardhome/work && \
|
||||
chown -R nobody: /opt/adguardhome
|
||||
|
|
Loading…
Reference in New Issue