Build Latest
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s

This commit is contained in:
2024-12-14 11:26:16 -05:00
parent 73df4ec3ff
commit dc857f0dc7
2 changed files with 1 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ 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