Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-27 17:46:16 +02:00
committed by GitHub
parent 6bf3b62cde
commit aae5a27325

View File

@ -3,7 +3,7 @@ FROM nodered/node-red:1.1.3-12
USER root
RUN apk update && apk upgrade && \
apk --no-cache add perl libpcap libpcap-dev bluez iputils wget && \
apk --no-cache add perl libpcap libpcap-dev bluez iputils wget sudo && \
apk --no-cache add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing arp-scan
RUN cd /tmp && \