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 4b16dfdCopy full SHA for 4b16dfd
.github/docker/Dockerfile.glibc
@@ -11,6 +11,10 @@ WORKDIR /mongodb-client-encryption
11
COPY . .
12
13
RUN yum install -y python39 git make gcc-c++
14
+RUN subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
15
+RUN yum module enable gcc-toolset-10
16
+RUN yum install -y gcc-toolset-10
17
+RUN g++ --version
18
19
RUN npm run install:libmongocrypt
20
0 commit comments