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 9b2f945 commit 71741b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildwheel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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 whereis libpython2.7.so.1.0
RUN export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rh/python27/root/usr/lib64
RUN echo /opt/rh/python27/root/usr/lib64 >> /etc/ld.so.conf
RUN ldconfig
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 71741b7

Please sign in to comment.