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 a9fb12b commit 9b2f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildwheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 ls /opt/rh/python27/root/usr/bin/python2.7
RUN locate libpython2.7.so.1.0
RUN whereis libpython2.7.so.1.0
RUN /opt/rh/python27/root/usr/bin/python2.7 -m pip install -U 'pip<21'
RUN /opt/rh/python27/root/usr/bin/python2.7 -m pip install build

Expand Down

0 comments on commit 9b2f945

Please sign in to comment.