1
0

[info=55d7d9077c18a7124d13d31d751e934d]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.11-image?expand=0&rev=46
This commit is contained in:
Dan Čermák 2023-09-25 16:21:37 +00:00 committed by Git OBS Bridge
parent ac983e84ba
commit 042ca58603
2 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,9 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core python311-wheel; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 python311-pip curl git-core python311-wheel python311-pipx; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py311_ver%%"
ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%"
RUN set -euo pipefail; install -d -m 0755 /root/.local/bin

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 25 11:06:18 UTC 2023 - Dirk Mueller <dmueller@suse.com>
- Add /root/.local/bin to PATH, jsc#PED-5573
-------------------------------------------------------------------
Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller <dmueller@suse.com>