Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Feb 6, 2025
1 parent 93360b7 commit 29a230e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG NODE_VERSION=16.20.1

FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build

WORKDIR /zstd
WORKDIR /mongodb-client-encryption
COPY . .

RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake git
Expand All @@ -15,4 +15,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi

FROM scratch

COPY --from=build /zstd/prebuilds/ /
COPY --from=build /mongodb-client-encryption/prebuilds/ /

0 comments on commit 29a230e

Please sign in to comment.