Skip to content

Commit 9cead1d

Browse files
author
SUSE Update Bot
committed
Test build for #3439
1 parent f2b28fa commit 9cead1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-3.11-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
FROM opensuse/tumbleweed:latest
2424

2525
RUN set -euo pipefail; \
26-
zypper -n install --no-recommends python311-devel python311 python311-pip curl findutils gawk git-core procps util-linux python311-wheel python311-pipx
26+
zypper -n install --no-recommends curl findutils gawk git-core procps python311 python311-devel python311-pip python311-pipx python311-wheel util-linux
2727

2828
# cleanup logs and temporary files
2929
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
@@ -24,7 +24,7 @@
2424
FROM opensuse/tumbleweed:latest
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends python313-devel python313 python313-pip curl findutils gawk git-core procps util-linux python313-wheel python313-pipx
27+
zypper -n install --no-recommends curl findutils gawk git-core procps python313 python313-devel python313-pip python313-pipx python313-wheel util-linux
2828

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

0 commit comments

Comments
 (0)