Browse Source

Update Dockerfile

Christian Burmeister 6 years ago
parent
commit
0e8f8ada1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/Dockerfiles/unbound/Dockerfile

+ 1 - 0
data/Dockerfiles/unbound/Dockerfile

@@ -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 \