From d671e247b9ad4e260f7089ddc301d254bb050f8d Mon Sep 17 00:00:00 2001 From: Jithun Nair Date: Mon, 15 Jul 2024 15:52:48 +0000 Subject: [PATCH] Don't install python link here; we will do it in manylinux image since it's only really needed for Magma build currently --- dev/Dockerfile-almalinux-8-complete | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/Dockerfile-almalinux-8-complete b/dev/Dockerfile-almalinux-8-complete index 1576158..ce35c31 100644 --- a/dev/Dockerfile-almalinux-8-complete +++ b/dev/Dockerfile-almalinux-8-complete @@ -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