File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323FROM opensuse/tumbleweed:latest
2424
2525RUN 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
2929RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2424FROM opensuse/tumbleweed:latest
2525
2626RUN 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
3030RUN set -euo pipefail; zypper -n clean -a; \
You can’t perform that action at this time.
0 commit comments