diff --git a/staticnode/Dockerfile b/staticnode/Dockerfile index 4b19bb29..5a6edff8 100644 --- a/staticnode/Dockerfile +++ b/staticnode/Dockerfile @@ -28,7 +28,7 @@ RUN cd node-$VERSION && \ ppc64le) CPU=ppc64 ;; \ *) CPU="$ARCH" ;; \ esac && \ - ./configure --dest-cpu=$CPU --fully-static --ninja --without-inspector --with-intl=none && \ + ./configure --dest-cpu=$CPU --fully-static --ninja --without-inspector --with-intl=none --without-npm --without-corepack && \ ninja -j$(nproc) -C out/Release node RUN cp /build/node-$VERSION/LICENSE /out/LICENSE && cp /build/node-$VERSION/out/Release/node /out/bin/node