Skip to content

Commit 3d62e89

Browse files
committed
fix unecessary toolset error
1 parent 9302498 commit 3d62e89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile.linux

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM quay.io/pypa/manylinux2014_x86_64
33

44
# install required build tools
55
RUN yum install -y \
6-
gcc-toolset-10 \
76
make \
87
cmake3 \
98
git \
@@ -13,9 +12,6 @@ RUN yum install -y \
1312
libtool \
1413
&& yum clean all
1514

16-
# c++17 support
17-
SHELL ["/opt/rh/devtoolset-10/root/usr/bin/bash", "-c"]
18-
1915
WORKDIR /work
2016

2117
# environment variables

0 commit comments

Comments
 (0)