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:
Ainar Garipov 2021-03-31 15:51:52 +03:00
commit 1c30b1d5d6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LABEL maintainer="AdGuard Team <devteam@adguard.com>" \
org.opencontainers.image.licenses="GPL-3.0" org.opencontainers.image.licenses="GPL-3.0"
# Update certificates. # 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/* && \ rm -rf /var/cache/apk/* && \
mkdir -p /opt/adguardhome/conf /opt/adguardhome/work && \ mkdir -p /opt/adguardhome/conf /opt/adguardhome/work && \
chown -R nobody: /opt/adguardhome chown -R nobody: /opt/adguardhome