File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525FROM registry.suse.com/bci/bci-base:15.7
2626
2727RUN 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
3131RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2626FROM registry.suse.com/bci/bci-base:15.7
2727
2828RUN 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
3232RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2525FROM registry.suse.com/bci/bci-base:15.7
2626
2727RUN 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
3131RUN set -euo pipefail; zypper -n clean -a; \
You can’t perform that action at this time.
0 commit comments