Add manylinux2010-x64 image

Since i686 image is not yet available in upstream project, this commit
only add the x64 version.
This commit is contained in:
Jean-Christophe Fillion-Robin
2019-05-22 03:21:10 -04:00
parent 1e0e89814b
commit 4793ea7c06
6 changed files with 124 additions and 4 deletions

View File

@ -18,9 +18,10 @@ RUN \
&& \
yum clean all && \
/buildscripts/install-gosu-binary.sh && \
# Remove sudo provided by "devtoolset-2" since it doesn't work with
# Remove sudo provided by "devtoolset-2" and "devtoolset-8" since it doesn't work with
# our sudo wrapper calling gosu.
rm /opt/rh/devtoolset-2/root/usr/bin/sudo && \
rm -f /opt/rh/devtoolset-2/root/usr/bin/sudo && \
rm -f /opt/rh/devtoolset-8/root/usr/bin/sudo && \
/buildscripts/install-python-packages.sh && \
rm -rf /buildscripts