We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make
1 parent 9953472 commit 9eee868Copy full SHA for 9eee868
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