Skip to content

Commit 4b16dfd

Browse files
committed
test: gcc update
1 parent 851866c commit 4b16dfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ WORKDIR /mongodb-client-encryption
1111
COPY . .
1212

1313
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
1418

1519
RUN npm run install:libmongocrypt
1620

0 commit comments

Comments
 (0)