File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ RUN chown -R node-red:root /usr/src/node-red && \
8282 rm -r /tmp/*
8383
8484RUN npm config set cache /data/.npm --global
85+ RUN npm config set python `which python3` --global
8586
8687USER node-red
8788
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ RUN chown -R node-red:root /usr/src/node-red && \
8080 rm -r /tmp/*
8181
8282RUN npm config set cache /data/.npm --global
83+ RUN npm config set python `which python3` --global
8384
8485USER node-red
8586
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ RUN chown -R node-red:root /usr/src/node-red && \
8181 rm -r /tmp/*
8282
8383RUN npm config set cache /data/.npm --global
84+ RUN npm config set python `which python3` --global
8485
8586USER node-red
8687
You can’t perform that action at this time.
0 commit comments