mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
manylinux: Do not over ride repositories
The upstream manylinux images have switched to the CentOS Vault repositories. This addresses the manylinux-x86 image build.
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
|
||||
ADD imagefiles/etc/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo
|
||||
ADD imagefiles/etc/CentOS-Vault.repo /etc/yum.repos.d/CentOS-Vault.repo
|
||||
ADD imagefiles/etc/libselinux.repo /etc/yum.repos.d/libselinux.repo
|
||||
|
||||
ENV GOSU_VERSION 1.10
|
||||
RUN set -x \
|
||||
&& yum -y install epel-release \
|
||||
|
Reference in New Issue
Block a user