1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 14:36:39 +02:00

ADD padd.sh to the container root

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2022-05-26 20:42:59 +01:00
parent 1fe6506e4f
commit 201303a56a
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173

View File

@ -18,6 +18,10 @@ ENV PHP_ENV_CONFIG /etc/lighttpd/conf-enabled/15-fastcgi-php.conf
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
RUN chmod +x /padd.sh
# IPv6 disable flag for networks/devices that do not support it
ENV IPv6 True