Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-04-29 00:21:23 +02:00
committed by GitHub
parent a1f5a20bbc
commit 7c9cbd6f8b

View File

@ -56,7 +56,7 @@ RUN chown -R node-red:node-red /usr/src/node-red && \
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
RUN addgroup sudo && addgroup node-red sudo RUN addgroup node-red sudo
RUN cat /dev/null > /etc/sudoers \ RUN cat /dev/null > /etc/sudoers \
&& echo -e "Set disable_coredump false\n" > /etc/sudo.conf \ && echo -e "Set disable_coredump false\n" > /etc/sudo.conf \