diff --git a/.github/docker/Dockerfile.musl b/.github/docker/Dockerfile.musl index 8fca6ed..f7f4b64 100644 --- a/.github/docker/Dockerfile.musl +++ b/.github/docker/Dockerfile.musl @@ -7,7 +7,7 @@ FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build WORKDIR /zstd COPY . . -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 RUN npm run install-zstd && npm i RUN npm run prebuild @@ -17,4 +17,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi FROM scratch -COPY --from=build /zstd/prebuilds/ / \ No newline at end of file +COPY --from=build /zstd/prebuilds/ /