version 0.3.0
- upgraded base image to 3.0.2 - added zabbix-sender
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nodered/node-red:2.2.3
|
||||
FROM nodered/node-red:3.0.2
|
||||
|
||||
# Copy package.json to the WORKDIR so npm builds all
|
||||
# of your added nodes modules for Node-RED
|
||||
@@ -10,4 +10,7 @@ RUN npm install \
|
||||
node-red-node-rbe \
|
||||
node-red-contrib-influxdb \
|
||||
node-red-node-tail \
|
||||
node-red-contrib-bigtimer
|
||||
node-red-contrib-bigtimer \
|
||||
node-red-contrib-zabbix-sender \
|
||||
\
|
||||
&& npm cache clean --force
|
||||
|
||||
Reference in New Issue
Block a user