Skip to content

Commit 0876320

Browse files
authored
[build] Don't try to install NPM -- it's already installed (#1801)
Don't try to install NPM -- it's already installed Signed-off-by: Roland Asmann <[email protected]>
1 parent 6f7db5a commit 0876320

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/base-images/sle/Dockerfile.node20

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN set -e; \
2727
&& update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-${GCC_VERSION} 10 \
2828
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10 \
2929
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 10 \
30-
&& npm install -g npm \
3130
&& npm install -g node-gyp corepack \
3231
&& npx node-gyp install \
3332
&& node -v \

0 commit comments

Comments
 (0)