Skip to content

Commit 82f9946

Browse files
1 parent d7c86c0 commit 82f9946

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

12/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN addgroup -g 1000 node \
4040
&& grep " node-v$NODE_VERSION.tar.xz\$" SHASUMS256.txt | sha256sum -c - \
4141
&& tar -xf "node-v$NODE_VERSION.tar.xz" \
4242
&& cd "node-v$NODE_VERSION" \
43+
&& 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 \
4344
&& ./configure \
4445
&& make -j$(getconf _NPROCESSORS_ONLN) V= \
4546
&& make install \

0 commit comments

Comments
 (0)