Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Apr 18, 2024
1 parent 18e6109 commit 2f0d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f0d3f5

Please sign in to comment.