Merge pull request #1409 from pi-hole/v6/uninstall.sh

No need for uninstall.sh in the container image
This commit is contained in:
Adam Warner 2023-07-28 22:21:01 +01:00 committed by GitHub
commit 2c5f02df28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 && \