diff --git a/Dockerfile b/Dockerfile index f0ce54a..1dd71a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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