We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa66ec commit aee98fbCopy full SHA for aee98fb
tools/node/Dockerfile
@@ -30,7 +30,7 @@ RUN . /tmp/node_arch.env; \
30
curl -fsSL -o node.tar.xz https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-${NODE_ARCH}.tar.xz \
31
&& tar -xJf node.tar.xz \
32
&& rm node.tar.xz \
33
- && mv node-v${NODE_VERSION}-${NODE_ARCH} $TOOLS_DIR
+ && mv node-v${NODE_VERSION}-${NODE_ARCH}/ $TOOLS_DIR/
34
35
# Vendor non-glibc shared libraries
36
RUN vendor-dependencies.sh
0 commit comments