From 71690f7d49906056aa1a2deba87a5635adfa0c45 Mon Sep 17 00:00:00 2001 From: Helmut Saal <48091256+Helmut-Saal@users.noreply.github.com> Date: Mon, 17 Aug 2020 13:54:55 +0200 Subject: [PATCH] Update Dockerfile --- build-context/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-context/Dockerfile b/build-context/Dockerfile index 1bab678..02f0eab 100644 --- a/build-context/Dockerfile +++ b/build-context/Dockerfile @@ -33,6 +33,7 @@ RUN npm install node-red-contrib-iiot-opcua RUN npm install node-red-contrib-modbustcp RUN npm install node-red-dashboard RUN npm install node-red-contrib-telegrambot +RUN npm node-red-contrib-bacnet RUN apt -y purge build-essential RUN apt -y purge python @@ -50,4 +51,4 @@ EXPOSE 1880 ENV FLOWS=flows.json ENV NODE_PATH=/usr/src/node-red/node_modules:/data/node_modules -CMD ["npm", "start", "--", "--userDir", "/data"] \ No newline at end of file +CMD ["npm", "start", "--", "--userDir", "/data"]