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 851866c commit 2ad22cfCopy full SHA for 2ad22cf
.github/docker/Dockerfile.glibc
@@ -11,6 +11,8 @@ WORKDIR /mongodb-client-encryption
11
COPY . .
12
13
RUN yum install -y python39 git make gcc-c++
14
+RUN yum install -y gcc-toolset-10
15
+RUN g++ --version
16
17
RUN npm run install:libmongocrypt
18
0 commit comments