Patch node.js v12.11.0 Alpine build, cc nodejs/node#29709

Ref:
- https://github.com/mhart/alpine-node/blob/12.11.0/Dockerfile#L35
This commit is contained in:
Peter Dave Hello 2019-10-02 00:54:28 +08:00
parent d7c86c0ae0
commit 82f9946e28
1 changed files with 1 additions and 0 deletions

View File

@ -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 \