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 Mar 21, 2024
1 parent 25661e7 commit 6500703
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 @@ -3,7 +3,7 @@ FROM alpine:3.19.1
RUN apk add --no-cache ca-certificates tzdata tini unbound bind-tools && \
wget https://www.internic.net/domain/named.root -O /etc/unbound/root.hints && \
unbound-anchor -a /etc/unbound/root.key || if [ "$?" == "1" ]; then exit 0; else exit 1; fi && \
chown -R nobody:nobody /etc/unbound && ls /etc -l
chown -R nobody:nobody /etc/unbound && ls /etc -lAh

COPY --chown=nobody:nobody unbound.conf /etc/unbound/unbound.conf

Expand Down

0 comments on commit 6500703

Please sign in to comment.