Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 00:20:24 +02:00
committed by GitHub
parent 919d7e1eff
commit a1f5a20bbc

View File

@ -53,7 +53,7 @@ RUN chown -R node-red:node-red /usr/src/node-red && \
/tmp/install_devtools.sh && \
rm -r /tmp/*
RUN RUN set -ex \
RUN set -ex \
&& apt-get install -y wget sudo net-tools dhcpdump bluez arp-scan
RUN addgroup sudo && addgroup node-red sudo