FROM pihole/pihole:latest MAINTAINER Kameron Kenny COPY etc/pihole /etc/pihole COPY etc/dnsmasq.d /etc/dnsmasq.d RUN for i in $(cat whitelist.list); do pihole -w $i ; done RUN pihole -g