First Nightly Build
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ARG PIHOLE_VERSION
|
||||
FROM pihole/pihole:development
|
||||
FROM pihole/pihole:nightly
|
||||
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
|
||||
|
||||
COPY config/unbound/unbound.conf /etc/unbound/unbound.conf
|
||||
|
||||
Reference in New Issue
Block a user