Add PADD to the image

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-07-31 23:38:39 +02:00
parent 2c5f02df28
commit 76b6d5bdb4
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ RUN apk add --no-cache \
ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
COPY crontab.txt /crontab.txt
# Add PADD to the container, too.
ADD https://raw.githubusercontent.com/pi-hole/PADD/PADD_FTLv6/padd.sh /usr/local/bin/padd
RUN chmod +x /usr/local/bin/padd
# download a the main repos from github
RUN git clone --depth 1 --single-branch --branch ${WEB_BRANCH} https://github.com/pi-hole/AdminLTE.git /var/www/html/admin && \
git clone --depth 1 --single-branch --branch ${CORE_BRANCH} https://github.com/pi-hole/pi-hole.git /etc/.pihole ;\