You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/docker/Dockerfile.musl
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@ RUN git --version
10
10
RUN c++ --version
11
11
RUN g++ --version
12
12
13
+
ARG DRIVERS_TOOLS=drivers-evergreen-tools
14
+
WORKDIR ${DRIVERS_TOOLS}
15
+
RUN git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git .
16
+
13
17
RUN git clone https://github.com/baileympearson/mongodb-client-encryption.git && cd mongodb-client-encryption && git switch alpine && npm run install:libmongocrypt
14
18
15
19
WORKDIR /node-mongodb-native
16
20
COPY . .
17
21
RUN npm install ../mongodb-client-encryption
18
-
19
-
# RUN echo "host.docker.internal localhost" >>/etc/hosts
0 commit comments