Merge pull request #427 from veblush/manylinux2014-x86

Added manylinux2014-x86
This commit is contained in:
Matt McCormick
2020-07-12 22:04:10 -04:00
committed by GitHub
7 changed files with 131 additions and 7 deletions

View File

@ -6,7 +6,7 @@ COPY \
RUN \
set -x && \
yum -y install \
epel-release \
$([ "$DEFAULT_DOCKCROSS_IMAGE" = "dockcross/manylinux2014-x86" ] && echo "" || echo "epel-release") \
gpg \
zlib-devel \
gettext \
@ -21,6 +21,7 @@ RUN \
rm -f /opt/rh/devtoolset-2/root/usr/bin/sudo && \
rm -f /opt/rh/devtoolset-7/root/usr/bin/sudo && \
rm -f /opt/rh/devtoolset-8/root/usr/bin/sudo && \
rm -f /opt/rh/devtoolset-9/root/usr/bin/sudo && \
/buildscripts/install-python-packages.sh && \
rm -rf /buildscripts