File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ 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
8685
8786USER node-red
8887
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ 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
8483
8584USER node-red
8685
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ 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
8584
8685USER node-red
8786
You can’t perform that action at this time.
0 commit comments