File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && \
1515RUN gem install fpm
1616
1717RUN python3.9 -m venv --system-site-packages /opt/venv && \
18- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919 /opt/venv/bin/python -m pip install nuitka==2.6
2020
2121# Verify Python installation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && \
1515RUN gem install fpm
1616
1717RUN python3 -m venv --system-site-packages /opt/venv && \
18- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919 /opt/venv/bin/python -m pip install nuitka==2.6
2020
2121# Verify Python installation
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN dnf --assumeyes install --nodocs make selinux-policy-devel && \
2525 dnf clean all
2626
2727RUN python3.9 -m venv --system-site-packages /opt/venv && \
28- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
28+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
2929 /opt/venv/bin/python -m pip install nuitka==2.6
3030
3131# Verify Python installation
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN dnf --assumeyes install --nodocs make selinux-policy-devel && \
2525 dnf clean all
2626
2727RUN 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==75.8.0 && \
28+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
2929 /opt/venv/bin/python -m pip install nuitka==2.6
3030
3131# Verify Python installation
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN gem install dotenv --version 2.8.1 --no-document && \
2525 gem install fpm --ignore-dependencies --no-document
2626
2727RUN python3.9 -m venv --system-site-packages /opt/venv && \
28- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
28+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
2929 /opt/venv/bin/python -m pip install nuitka==2.6
3030
3131# Verify Python installation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && \
1515RUN gem install fpm
1616
1717RUN python3 -m venv --system-site-packages /opt/venv && \
18- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919 /opt/venv/bin/python -m pip install nuitka==2.6
2020
2121# Verify Python installation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && \
1515RUN gem install fpm
1616
1717RUN python3 -m venv --system-site-packages /opt/venv && \
18- /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==75.8.0 && \
18+ /opt/venv/bin/python -m pip install pip==24.3.1 wheel==0.45.1 setuptools==50.3.2 && \
1919 /opt/venv/bin/python -m pip install nuitka==2.5.9
2020
2121# Verify Python installation
You can’t perform that action at this time.
0 commit comments