This is not needed!

Co-authored-by: Christian König <ckoenig@posteo.de>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-07-28 21:58:48 +01:00
parent 3c3563c289
commit e88985ba40
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN apk add --no-cache \
binutils \
coreutils \
curl \
git \
git \
iproute2-ss \
jq \
libcap \
@ -54,7 +54,6 @@ RUN cd /etc/.pihole && \
install -Dm755 -d /opt/pihole && \
install -Dm755 -t /opt/pihole gravity.sh && \
install -Dm755 -t /opt/pihole ./advanced/Scripts/*.sh && \
install -Dm755 -t /opt/pihole ./automated\ install/uninstall.sh && \
install -Dm755 -t /opt/pihole ./advanced/Scripts/COL_TABLE && \
install -Dm755 -t /usr/local/bin pihole && \
install -Dm644 ./advanced/bash-completion/pihole /etc/bash_completion.d/pihole && \