Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 01:04:53 +02:00
committed by GitHub
parent 78da453887
commit c2a8c35d1c

View File

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