File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN addgroup -g 1000 node \
4141 && tar -xf "node-v$NODE_VERSION.tar.xz" \
4242 && cd "node-v$NODE_VERSION" \
4343 && ./configure \
44- && make -j$(getconf _NPROCESSORS_ONLN) \
44+ && make -j$(getconf _NPROCESSORS_ONLN) V= \
4545 && make install \
4646 && apk del .build-deps \
4747 && cd .. \
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN addgroup -g 1000 node \
4141 && tar -xf "node-v$NODE_VERSION.tar.xz" \
4242 && cd "node-v$NODE_VERSION" \
4343 && ./configure \
44- && make -j$(getconf _NPROCESSORS_ONLN) \
44+ && make -j$(getconf _NPROCESSORS_ONLN) V= \
4545 && make install \
4646 && apk del .build-deps \
4747 && cd .. \
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN addgroup -g 1000 node \
4141 && tar -xf "node-v$NODE_VERSION.tar.xz" \
4242 && cd "node-v$NODE_VERSION" \
4343 && ./configure \
44- && make -j$(getconf _NPROCESSORS_ONLN) \
44+ && make -j$(getconf _NPROCESSORS_ONLN) V= \
4545 && make install \
4646 && apk del .build-deps \
4747 && cd .. \
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN addgroup -g 1000 node \
4141 && tar -xf "node-v$NODE_VERSION.tar.xz" \
4242 && cd "node-v$NODE_VERSION" \
4343 && ./configure \
44- && make -j$(getconf _NPROCESSORS_ONLN) \
44+ && make -j$(getconf _NPROCESSORS_ONLN) V= \
4545 && make install \
4646 && apk del .build-deps \
4747 && cd .. \
You can’t perform that action at this time.
0 commit comments