Add to /usr/local/bin and drop the .sh. Can now be called with `padd`

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-12-11 16:16:29 +00:00
parent 806829a1b1
commit f20a0d448c
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 2 additions and 2 deletions

View File

@ -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