Skip to content

Commit aee98fb

Browse files
committed
fix(tools/node): node installation path
1 parent 7fa66ec commit aee98fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN . /tmp/node_arch.env; \
3030
curl -fsSL -o node.tar.xz https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-${NODE_ARCH}.tar.xz \
3131
&& tar -xJf node.tar.xz \
3232
&& rm node.tar.xz \
33-
&& mv node-v${NODE_VERSION}-${NODE_ARCH} $TOOLS_DIR
33+
&& mv node-v${NODE_VERSION}-${NODE_ARCH}/ $TOOLS_DIR/
3434

3535
# Vendor non-glibc shared libraries
3636
RUN vendor-dependencies.sh

0 commit comments

Comments
 (0)