diff --git a/dns-pihole/Dockerfile b/dns-pihole/Dockerfile index 6ee094e..e9aa6d7 100644 --- a/dns-pihole/Dockerfile +++ b/dns-pihole/Dockerfile @@ -1,2 +1,3 @@ FROM pihole/pihole:latest +RUN pihole -w spclient.wg.spotify.com apresolve.spotify.com COPY custom.list /etc/pihole/custom.list