Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomare22 authored Feb 21, 2025
1 parent 51c7ab2 commit 09f6781
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#ARG PIHOLE_VERSION
FROM pihole/pihole:2025.02.1
RUN apk update && apk add -y unbound wget
#RUN apk update && apk add -y unbound wget

COPY pihole-unbound/lighttpd-external.conf /etc/lighttpd/external.conf
COPY pihole-unbound/unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
COPY pihole-unbound/99-edns.conf /etc/dnsmasq.d/99-edns.conf
RUN mkdir -p /etc/services.d/unbound
COPY pihole-unbound/unbound-run /etc/services.d/unbound/run
RUN wget https://www.internic.net/domain/named.root -qO- | sudo tee /var/lib/unbound/root.hints
#COPY pihole-unbound/lighttpd-external.conf /etc/lighttpd/external.conf
#COPY pihole-unbound/unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
#COPY pihole-unbound/99-edns.conf /etc/dnsmasq.d/99-edns.conf
#RUN mkdir -p /etc/services.d/unbound
#COPY pihole-unbound/unbound-run /etc/services.d/unbound/run
#RUN wget https://www.internic.net/domain/named.root -qO- | sudo tee /var/lib/unbound/root.hints


ENTRYPOINT ./s6-init

0 comments on commit 09f6781

Please sign in to comment.