Skip to content

Commit

Permalink
include postgres nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamaral committed Mar 4, 2022
1 parent 6296a25 commit 264b8ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ RUN npm install node-red-contrib-cheerio && \
npm install node-red-node-ui-list && \
npm install node-red-contrib-persist && \
npm install node-red-contrib-rss && \
npm install node-red-contrib-meta
npm install node-red-contrib-meta \
npm install node-red-contrib-join-wait \
npm install node-red-contrib-postgresql \
npm install node-red-contrib-re-postgres \
npm install node-red-contrib-string


# Env variables
Expand Down

0 comments on commit 264b8ef

Please sign in to comment.