Don't install python link here; we will do it in manylinux image since it's only really needed for Magma build currently

This commit is contained in:
Jithun Nair 2024-07-15 15:52:48 +00:00
parent 825fdf1af0
commit d671e247b9

View File

@ -61,8 +61,6 @@ RUN yum -y install \
subversion \
wget
RUN ln -s /usr/bin/python3 /usr/bin/python
# Enable the epel repository for fakeroot
RUN yum install -y fakeroot
RUN yum clean all