Skip to content

Commit 88e1cd2

Browse files
authored
Remove npm set python (#364)
This npm option has been removed from npm so fails with newer builds
1 parent 1e5924a commit 88e1cd2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.docker/Dockerfile.alpine

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ RUN chown -R node-red:root /usr/src/node-red && \
8282
rm -r /tmp/*
8383

8484
RUN npm config set cache /data/.npm --global
85-
RUN npm config set python `which python3` --global
8685

8786
USER node-red
8887

docker-custom/Dockerfile.custom

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ RUN chown -R node-red:root /usr/src/node-red && \
8080
rm -r /tmp/*
8181

8282
RUN npm config set cache /data/.npm --global
83-
RUN npm config set python `which python3` --global
8483

8584
USER node-red
8685

docker-custom/Dockerfile.debian

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ RUN chown -R node-red:root /usr/src/node-red && \
8181
rm -r /tmp/*
8282

8383
RUN npm config set cache /data/.npm --global
84-
RUN npm config set python `which python3` --global
8584

8685
USER node-red
8786

0 commit comments

Comments
 (0)