From f20a0d448c535f8c796a87ba3f6fc53a6503adbf Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 11 Dec 2022 16:16:29 +0000 Subject: [PATCH] Add to /usr/local/bin and drop the .sh. Can now be called with `padd` Signed-off-by: Adam Warner --- src/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index c9f23f8..8a05b55 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -19,8 +19,8 @@ ARG PHP_ERROR_LOG ENV PHP_ERROR_LOG /var/log/lighttpd/error-pihole.log # Add PADD to the container, too. -ADD https://install.padd.sh /padd.sh -RUN chmod +x /padd.sh +ADD https://install.padd.sh /usr/local/bin/padd +RUN chmod +x /usr/local/bin/padd # IPv6 disable flag for networks/devices that do not support it ENV IPv6 True