From fbef9727c1c76b6b4e01a70f854ca82c90685bf2 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 11 Dec 2022 11:27:54 +0000 Subject: [PATCH] Update Dockerfile Signed-off-by: Adam Warner --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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