Skip to content

Commit c4b4131

Browse files
remove vim
1 parent 4fdade3 commit c4b4131

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
@@ -6,7 +6,7 @@ FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build
66
WORKDIR /mongodb-client-encryption
77
COPY . .
88

9-
RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake git
9+
RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip cmake git
1010
RUN npm run install:libmongocrypt
1111
RUN npm run prebuild
1212

0 commit comments

Comments
 (0)