Update Dockerfile
This commit is contained in:
@ -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 rfkill rfcomm bluetooth bluez bluez-tools arp-scan
|
&& apt-get install -y wget sudo net-tools dhcpdump rfkill bluetooth bluez bluez-tools arp-scan
|
||||||
RUN addgroup node-red sudo
|
RUN addgroup node-red sudo
|
||||||
|
|
||||||
RUN cat /dev/null > /etc/sudoers \
|
RUN cat /dev/null > /etc/sudoers \
|
||||||
|
|||||||
Reference in New Issue
Block a user