- update to node-red:4.1.7 / added ssh extension
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nodered/node-red:4.1.2-22-minimal
|
||||
FROM nodered/node-red:4.1.7-minimal
|
||||
|
||||
# Copy package.json to the WORKDIR so npm builds all
|
||||
# of your added nodes modules for Node-RED
|
||||
@@ -14,5 +14,6 @@ RUN npm install \
|
||||
node-red-contrib-zabbix-sender \
|
||||
node-red-node-ping \
|
||||
node-red-dashboard \
|
||||
node-red-contrib-ssh-v3 \
|
||||
\
|
||||
&& npm cache clean --force
|
||||
|
||||
Reference in New Issue
Block a user