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 9c0a92bCopy full SHA for 9c0a92b
.github/docker/Dockerfile.glibc
@@ -10,7 +10,10 @@ ENV PATH=$PATH:/nodejs/bin
10
WORKDIR /mongodb-client-encryption
11
COPY . .
12
13
-RUN yum install -y python39 git make gcc-c++
+RUN yum -y install python39 git make gcc-c++
14
+RUN yum -y module enable gcc-toolset-11
15
+RUN yum -y install gcc-toolset-11
16
+RUN g++ --version
17
18
RUN npm run install:libmongocrypt
19
0 commit comments