We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa88c3 commit 275ef82Copy full SHA for 275ef82
.github/docker/Dockerfile.musl
@@ -7,7 +7,7 @@ FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build
7
WORKDIR /zstd
8
COPY . .
9
10
-RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake
+RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip cmake
11
RUN npm run install-zstd && npm i
12
RUN npm run prebuild
13
@@ -17,4 +17,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
17
18
FROM scratch
19
20
-COPY --from=build /zstd/prebuilds/ /
+COPY --from=build /zstd/prebuilds/ /
0 commit comments