From 77e70fefb1c92d53c7e2e19151ce0ed63f95076a Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 20 Jan 2022 14:09:10 +0100 Subject: [PATCH] [centos] misc --- centos/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index fad4195..a493a60 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -598,10 +598,7 @@ RUN version=3.10.2 && \ cd .. && \ rm -rf Python-${version}* -ADD python/make-python-portable.py /usr/local/bin/make-python-portable.py -RUN yum install -y patchelf && \ - yum clean all && \ - source /etc/profile && \ +RUN source /etc/profile && \ make-python-portable.py /opt/python/3.10/bin/python3.10 RUN /opt/python/3.10/bin/python3.10 -m pip --no-cache-dir install -U pip && \ -- GitLab