docker-pihole-unbound/one-container/pihole-unbound/Dockerfile
Jens Brey 0206d8049a
Migrated unbound process handling to s6 and updated to latest pihole (#119)
* one-container: Migrated unbound to s6 supervise, update to latest pihole base image

* Added unbound-run file for S6
2022-04-13 21:35:22 -07:00

11 lines
342 B
Docker

FROM pihole/pihole:2022.04.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 /etc/services.d/unbound
COPY unbound-run /etc/services.d/unbound/run
ENTRYPOINT ./s6-init