new image

This commit is contained in:
Joshua Schnabel (Atlantis)
2020-09-20 19:22:58 +02:00
parent 2b7558f1e0
commit 8e9c4db006
5 changed files with 222 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM nodered/node-red:latest-12
FROM nodered/node-red:1.1.3-12
USER root
@ -13,6 +13,8 @@ RUN cd /tmp && \
make && \
install -D dhcpdump /usr/bin/dhcpdump
RUN addgroup node-red dialout
#RUN apk del libpcap-dev
WORKDIR /usr/src/node-red