Skip to content
Snippets Groups Projects
Commit 77e70fef authored by calrama's avatar calrama
Browse files

[centos] misc

parent a93c8342
No related branches found
No related tags found
No related merge requests found
...@@ -598,10 +598,7 @@ RUN version=3.10.2 && \ ...@@ -598,10 +598,7 @@ RUN version=3.10.2 && \
cd .. && \ cd .. && \
rm -rf Python-${version}* rm -rf Python-${version}*
ADD python/make-python-portable.py /usr/local/bin/make-python-portable.py RUN source /etc/profile && \
RUN yum install -y patchelf && \
yum clean all && \
source /etc/profile && \
make-python-portable.py /opt/python/3.10/bin/python3.10 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 && \ RUN /opt/python/3.10/bin/python3.10 -m pip --no-cache-dir install -U pip && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment