From c8658e6a1b7e3b425624886f1295d6a93f3bb866 Mon Sep 17 00:00:00 2001 From: awptechnologies Date: Sat, 14 Dec 2024 11:16:08 -0500 Subject: [PATCH] Build Nightly --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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