Fix permission error of angry ip scanner (#119)

This commit is contained in:
Max Winterstein
2022-11-29 10:50:18 +01:00
committed by GitHub
parent 7825661d10
commit 3047ace4b9
3 changed files with 8 additions and 1 deletions

View File

@@ -27,3 +27,6 @@ RUN wget https://github.com/angryip/ipscan/releases/download/3.8.2/ipscan_3.8.2_
dpkg -i ipscan_3.8.2_all.deb
COPY rootfs /
# Fix missing permissions - not really sure why this is needed
RUN chmod +x /etc/cont-init.d/nginx.sh /etc/cont-init.d/novnc.sh