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 4fdade3 commit c4b4131Copy full SHA for c4b4131
.github/docker/Dockerfile.musl
@@ -6,7 +6,7 @@ FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build
6
WORKDIR /mongodb-client-encryption
7
COPY . .
8
9
-RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake git
+RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip cmake git
10
RUN npm run install:libmongocrypt
11
RUN npm run prebuild
12
0 commit comments