manylinux_2_28: GCC toolset version 14 sudo removal

This commit is contained in:
Matt McCormick
2025-09-12 16:50:56 -04:00
parent 87b9db46eb
commit 015205b0c9
+1 -1
View File
@@ -22,7 +22,7 @@ RUN \
set -x && \ set -x && \
# Remove sudo provided by devtoolset since it doesn't work with # Remove sudo provided by devtoolset since it doesn't work with
# our sudo wrapper calling gosu. # our sudo wrapper calling gosu.
rm -f /opt/rh/gcc-toolset-12/root/usr/bin/sudo && \ rm -f /opt/rh/gcc-toolset-14/root/usr/bin/sudo && \
/buildscripts/install-python-packages.sh && \ /buildscripts/install-python-packages.sh && \
rm -rf /buildscripts rm -rf /buildscripts