From 3313598fe0f953a65cef996da3eecfc0b4160c71 Mon Sep 17 00:00:00 2001 From: awptechnologies Date: Sat, 14 Dec 2024 11:15:24 -0500 Subject: [PATCH] Build Dev --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32c550e..8bfb1dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,11 @@ FROM pihole/pihole:development RUN apk update RUN apk add --no-cache unbound curl ca-certificates \ - && 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 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