Skip to content

Commit

Permalink
Patch node.js v12.11.0 Alpine build, cc nodejs/node#29709
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Oct 1, 2019
1 parent d7c86c0 commit 82f9946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 12/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN addgroup -g 1000 node \
&& grep " node-v$NODE_VERSION.tar.xz\$" SHASUMS256.txt | sha256sum -c - \
&& tar -xf "node-v$NODE_VERSION.tar.xz" \
&& cd "node-v$NODE_VERSION" \
&& curl -sfSL https://github.com/nodejs/node/archive/v${NODE_VERSION}.tar.gz | tar -xz --strip-components=1 -- node-12.11.0/deps/v8/test/torque/test-torque.tq \
&& ./configure \
&& make -j$(getconf _NPROCESSORS_ONLN) V= \
&& make install \
Expand Down

0 comments on commit 82f9946

Please sign in to comment.