We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f3912 commit 7fc0066Copy full SHA for 7fc0066
build/rocky9/Containerfile
@@ -25,7 +25,7 @@ RUN dnf --assumeyes install --nodocs make selinux-policy-devel && \
25
dnf clean all
26
27
RUN python3.12 -m venv --system-site-packages /opt/venv && \
28
- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
29
/opt/venv/bin/python -m pip install nuitka==2.6
30
31
# Verify Python installation
0 commit comments