Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 00:19:52 +02:00
committed by GitHub
parent a99e783825
commit 919d7e1eff

View File

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