Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-27 17:45:11 +02:00
committed by GitHub
parent 3323900e8b
commit 6bf3b62cde

View File

@ -16,7 +16,8 @@ RUN cd /tmp && \
RUN addgroup node-red dialout
#RUN apk del libpcap-dev
RUN echo "node-red ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/node-red \
&& chmod 0440 /etc/sudoers.d/node-red
WORKDIR /usr/src/node-red