Update Dockerfile

This commit is contained in:
Christian Burmeister
2019-02-08 17:03:16 +01:00
committed by GitHub
parent c2ba9f558d
commit 0e8f8ada1f

View File

@@ -8,6 +8,7 @@ RUN apk add --update --no-cache \
bash \
openssl \
drill \
tzdata \
&& curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache \
&& chown root:unbound /etc/unbound \
&& adduser unbound tty \