Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isi-adas committed Aug 15, 2024
1 parent 24fc3e9 commit 8532074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildwheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ 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
RUN source /opt/rh/python27/enable
RUN export PATH=$PATH:/opt/rh/python27/root/usr/bin
RUN python2.7 -m pip install -U 'pip<21'
RUN python2.7 -m pip install build

Expand Down

0 comments on commit 8532074

Please sign in to comment.