We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4368194 commit 1ef9733Copy full SHA for 1ef9733
.github/docker/Dockerfile.musl
@@ -7,7 +7,7 @@ ADD https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-${NODE_
7
RUN mkdir -p /nodejs && tar -xzf /node-v${NODE_VERSION}-linux-${NODE_ARCH}.tar.gz --strip-components=1 -C /nodejs
8
ENV PATH=$PATH:/nodejs/bin
9
10
-node --version
+RUN node --version
11
12
# WORKDIR /mongodb-client-encryption
13
# COPY . .
0 commit comments