We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7db5a commit 0876320Copy full SHA for 0876320
ci/base-images/sle/Dockerfile.node20
@@ -27,7 +27,6 @@ RUN set -e; \
27
&& update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-${GCC_VERSION} 10 \
28
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10 \
29
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 10 \
30
- && npm install -g npm \
31
&& npm install -g node-gyp corepack \
32
&& npx node-gyp install \
33
&& node -v \
0 commit comments