diff --git a/src/Dockerfile b/src/Dockerfile index 71cee6e..c9f23f8 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -19,7 +19,7 @@ ARG PHP_ERROR_LOG ENV PHP_ERROR_LOG /var/log/lighttpd/error-pihole.log # Add PADD to the container, too. -ADD https://raw.githubusercontent.com/pi-hole/PADD/master/padd.sh /padd.sh +ADD https://install.padd.sh /padd.sh RUN chmod +x /padd.sh # IPv6 disable flag for networks/devices that do not support it