docker-pihole-unbound/one-container/pihole-unbound/Dockerfile
Chris Crowe be5902b33f Upgrading base container to 2022.08.2
Required some reconfiguring since s6-overlay was upgraded to v3
2022-08-25 22:41:46 -07:00

11 lines
345 B
Docker

FROM pihole/pihole:2022.08.2
RUN apt update && apt install -y unbound
COPY lighttpd-external.conf /etc/lighttpd/external.conf
COPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pi-hole.conf
COPY 99-edns.conf /etc/dnsmasq.d/99-edns.conf
RUN mkdir -p /etc/services.d/unbound
COPY unbound-run /etc/services.d/unbound/run
ENTRYPOINT ./s6-init