Skip to content

Commit 275ef82

Browse files
authored
chore: remove vim from musl docker file build (#70)
1 parent 4aa88c3 commit 275ef82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/Dockerfile.musl

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build
77
WORKDIR /zstd
88
COPY . .
99

10-
RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake
10+
RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip cmake
1111
RUN npm run install-zstd && npm i
1212
RUN npm run prebuild
1313

@@ -17,4 +17,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
1717

1818
FROM scratch
1919

20-
COPY --from=build /zstd/prebuilds/ /
20+
COPY --from=build /zstd/prebuilds/ /

0 commit comments

Comments
 (0)