Skip to content

Commit 6fdb357

Browse files
masdf
1 parent ae190bf commit 6fdb357

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ARG ARCH
2+
ARG NODE_VERSION
3+
FROM ${ARCH}-alpine-base-node-${NODE_VERSION}:latest
4+
5+
WORKDIR /mongodb-client-encryption
6+
COPY . .
7+
8+
RUN npm install --ignore-scripts
9+
RUN npm run install:libmongocrypt -- --skip-bindings

.github/docker/Prebuilds.dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ARG ARCH
2+
ARG NODE_VERSION
3+
FROM ${ARCH}-alpine-libmongocrypt-node-${NODE_VERSION}:latest
4+
5+
RUN npm run prebuild

0 commit comments

Comments
 (0)