diff --git a/scripts/make/Dockerfile b/scripts/make/Dockerfile index ce10b621..a1b2a945 100644 --- a/scripts/make/Dockerfile +++ b/scripts/make/Dockerfile @@ -17,7 +17,7 @@ LABEL maintainer="AdGuard Team " \ 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