Skip to content

Commit

Permalink
Update src/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Warner <[email protected]>
Signed-off-by: edgd1er <[email protected]>
  • Loading branch information
edgd1er and PromoFaux authored Jul 23, 2023
1 parent ac17dde commit 2b34ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ RUN cd /etc/.pihole && \
install -Dm644 ./advanced/bash-completion/pihole /etc/bash_completion.d/pihole && \
install -T -m 0755 ./advanced/Templates/pihole-FTL-prestart.sh /opt/pihole/pihole-FTL-prestart.sh && \
install -T -m 0755 ./advanced/Templates/pihole-FTL-poststop.sh /opt/pihole/pihole-FTL-poststop.sh && \
# RUN groupadd pihole && useradd -r --no-user-group -g pihole -s /usr/sbin/nologin pihole
addgroup -S pihole && adduser -S pihole -G pihole

COPY --chmod=0755 bash_functions.sh /usr/bin/bash_functions.sh
Expand Down

0 comments on commit 2b34ba9

Please sign in to comment.