Răsfoiți Sursa

Update Dockerfile

Christian Burmeister 6 ani în urmă
părinte
comite
0e8f8ada1f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      data/Dockerfiles/unbound/Dockerfile

+ 1 - 0
data/Dockerfiles/unbound/Dockerfile

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