diff --git a/Dockerfile b/Dockerfile index ca05ac7..c7d5518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ RUN apk add --no-cache unbound curl ca-certificates \ && curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache RUN apk add --no-cache iputils-ping +RUN mkdir -p /etc/unbound + COPY config/unbound/unbound.conf /etc/unbound/unbound.conf COPY config/unbound/unbound.conf.d /etc/unbound/unbound.conf.d COPY config/unbound/unbound.log /etc/unbound/unbound.log