File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ RUN yum -y install epel-release && \
6969# Ensure the correct Python version is used
7070#ENV PATH=/opt/python/cp312-cp312/bin:$PATH
7171# Add gcc-toolset to the path
72- # ENV PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/bin:$PATH
73- # ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib64:/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib:$LD_LIBRARY_PATH
72+ ENV PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/bin:$PATH
73+ ENV LD_LIBRARY_PATH=/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib64:/opt/rh/gcc-toolset-${DEVTOOLSET_VERSION}/root/usr/lib:$LD_LIBRARY_PATH
7474
7575# Configure git to avoid safe directory issues
76- # RUN git config --global --add safe.directory "*"
76+ RUN git config --global --add safe.directory "*"
7777
7878# installed python doesn't have development parts. Rebuild it from scratch
79- # RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
79+ RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
8080
8181# EPEL for cmake
8282# FROM base as patchelf
You can’t perform that action at this time.
0 commit comments