From 0e8f8ada1f388f720edb4729e90da6d0dcc35638 Mon Sep 17 00:00:00 2001 From: Christian Burmeister Date: Fri, 8 Feb 2019 17:03:16 +0100 Subject: [PATCH] Update Dockerfile --- data/Dockerfiles/unbound/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/data/Dockerfiles/unbound/Dockerfile b/data/Dockerfiles/unbound/Dockerfile index 9fb46168..7658a8f8 100644 --- a/data/Dockerfiles/unbound/Dockerfile +++ b/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 \