We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9953472 + 9eee868 commit d6d93f5Copy full SHA for d6d93f5
1 file changed
Dockerfile-alpine.template
@@ -31,7 +31,7 @@ RUN addgroup -g 1000 node \
31
&& tar -xf "node-v$NODE_VERSION.tar.xz" \
32
&& cd "node-v$NODE_VERSION" \
33
&& ./configure \
34
- && make -j$(getconf _NPROCESSORS_ONLN) \
+ && make -j$(getconf _NPROCESSORS_ONLN) V= \
35
&& make install \
36
&& apk del .build-deps \
37
&& cd .. \
0 commit comments