Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isi-adas committed Aug 14, 2024
1 parent e2fece9 commit f167e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildwheel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM quay.io/pypa/manylinux2010_x86_64
COPY . /src/pike
RUN "sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* && \
yum install -y krb5-devel krb5-workstation python27 && \
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
RUN yum install -y krb5-devel krb5-workstation python27 && \
source /opt/rh/python27/enable && \
python2.7 -m pip install -U 'pip<21' && \
python2.7 -m pip install build"
Expand Down

0 comments on commit f167e27

Please sign in to comment.