Skip to content

Commit 1ef9733

Browse files
specify as RUN
1 parent 4368194 commit 1ef9733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/Dockerfile.musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ADD https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-${NODE_
77
RUN mkdir -p /nodejs && tar -xzf /node-v${NODE_VERSION}-linux-${NODE_ARCH}.tar.gz --strip-components=1 -C /nodejs
88
ENV PATH=$PATH:/nodejs/bin
99

10-
node --version
10+
RUN node --version
1111

1212
# WORKDIR /mongodb-client-encryption
1313
# COPY . .

0 commit comments

Comments
 (0)