We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3541d9f commit 568be08Copy full SHA for 568be08
.github/docker/Dockerfile.glibc
@@ -11,7 +11,7 @@ ENV PATH=$PATH:/nodejs/bin
11
WORKDIR /mongodb-client-encryption
12
COPY . .
13
14
-RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
+RUN apt-get -qq update && apt-get -qq install -y python3 build-essential git && ldd --version
15
16
RUN npm run install:libmongocrypt
17
0 commit comments