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 9302498 commit 3d62e89Copy full SHA for 3d62e89
Dockerfile.linux
@@ -3,7 +3,6 @@ FROM quay.io/pypa/manylinux2014_x86_64
3
4
# install required build tools
5
RUN yum install -y \
6
- gcc-toolset-10 \
7
make \
8
cmake3 \
9
git \
@@ -13,9 +12,6 @@ RUN yum install -y \
13
12
libtool \
14
&& yum clean all
15
16
-# c++17 support
17
-SHELL ["/opt/rh/devtoolset-10/root/usr/bin/bash", "-c"]
18
-
19
WORKDIR /work
20
21
# environment variables
0 commit comments