mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Fix permission error of angry ip scanner (#119)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user