Skip to content

Commit 9302498

Browse files
committed
fix missing gcc-toolset
1 parent a0f5516 commit 9302498

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.linux

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ FROM quay.io/pypa/manylinux2014_x86_64
33

44
# install required build tools
55
RUN yum install -y \
6-
gcc \
7-
gcc-c++ \
6+
gcc-toolset-10 \
87
make \
98
cmake3 \
109
git \

0 commit comments

Comments
 (0)