Skip to content

Commit f39a5b7

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ENV PATH=$PATH:/nodejs/bin
1010
WORKDIR /mongodb-client-encryption
1111
COPY . .
1212

13-
RUN yum install -y python39 git make gcc-c++
13+
RUN yum -y install python39 git gcc-toolset-14
14+
ENV PATH=/opt/rh/gcc-toolset-14/root/bin/:$PATH
1415

1516
RUN npm run install:libmongocrypt
1617

0 commit comments

Comments
 (0)