Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 01:23:51 +02:00
committed by GitHub
parent c2a8c35d1c
commit 4252320bd9

View File

@ -54,8 +54,7 @@ RUN chown -R node-red:node-red /usr/src/node-red && \
rm -r /tmp/*
RUN set -ex \
&& apt-get install -y wget sudo net-tools dhcpdump bluez arp-scan firmware-iwlwifi
&& apt-get install -y wget sudo net-tools dhcpdump bluez arp-scan
RUN addgroup node-red sudo
RUN cat /dev/null > /etc/sudoers \