Skip to content

Commit 6c8c9fa

Browse files
author
SUSE Update Bot
committed
Test build for #3439
1 parent d1b380f commit 6c8c9fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python-3.11-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
FROM registry.suse.com/bci/bci-base:15.7
2626

2727
RUN set -euo pipefail; \
28-
zypper -n install --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps python311-wheel python311-pipx lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools
28+
zypper -n install --no-recommends curl findutils gawk git-core lifecycle-data-sle-module-development-tools lifecycle-data-sle-module-python3 procps python311 python311-devel python311-pip python311-pipx python311-wheel
2929

3030
# cleanup logs and temporary files
3131
RUN set -euo pipefail; zypper -n clean -a; \

python-3.13-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
FROM registry.suse.com/bci/bci-base:15.7
2727

2828
RUN set -euo pipefail; \
29-
zypper -n install --no-recommends python313-devel python313 python313-pip curl findutils gawk git-core procps python313-wheel python313-pipx lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools
29+
zypper -n install --no-recommends curl findutils gawk git-core lifecycle-data-sle-module-development-tools lifecycle-data-sle-module-python3 procps python313 python313-devel python313-pip python313-pipx python313-wheel
3030

3131
# cleanup logs and temporary files
3232
RUN set -euo pipefail; zypper -n clean -a; \

python-3.6-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
FROM registry.suse.com/bci/bci-base:15.7
2626

2727
RUN set -euo pipefail; \
28-
zypper -n install --no-recommends python3-devel python3 python3-pip curl findutils gawk git-core procps python3-wheel lifecycle-data-sle-module-python3 lifecycle-data-sle-module-development-tools
28+
zypper -n install --no-recommends curl findutils gawk git-core lifecycle-data-sle-module-development-tools lifecycle-data-sle-module-python3 procps python3 python3-devel python3-pip python3-wheel
2929

3030
# cleanup logs and temporary files
3131
RUN set -euo pipefail; zypper -n clean -a; \

0 commit comments

Comments
 (0)