Update Dockerfile
parent
c2ba9f558d
commit
0e8f8ada1f
|
@ -8,6 +8,7 @@ RUN apk add --update --no-cache \
|
||||||
bash \
|
bash \
|
||||||
openssl \
|
openssl \
|
||||||
drill \
|
drill \
|
||||||
|
tzdata \
|
||||||
&& curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache \
|
&& curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache \
|
||||||
&& chown root:unbound /etc/unbound \
|
&& chown root:unbound /etc/unbound \
|
||||||
&& adduser unbound tty \
|
&& adduser unbound tty \
|
||||||
|
|
Loading…
Reference in New Issue