diff --git a/Dockerfile b/Dockerfile index 79e9dda..46e5c9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.19.1 RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini unbound bind-tools && \ - wget https://www.internic.net/domain/named.root -O /etc/unbound/root.hints && \ + wget -q https://www.internic.net/domain/named.root -O /etc/unbound/root.hints && \ unbound-anchor -a /etc/unbound/root.key || true && \ chown -R nobody:nobody /etc/unbound