From 042ca586036231837fabece47648066df42869afa2b67e0c0f55a2ab6fc9af4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 25 Sep 2023 16:21:37 +0000 Subject: [PATCH] [info=55d7d9077c18a7124d13d31d751e934d] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.11-image?expand=0&rev=46 --- Dockerfile | 4 +++- python-3.11-image.changes | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c95c0cb..5c83feb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/python-3.11-image.changes b/python-3.11-image.changes index b15f819..f77bdcf 100644 --- a/python-3.11-image.changes +++ b/python-3.11-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 25 11:06:18 UTC 2023 - Dirk Mueller + +- Add /root/.local/bin to PATH, jsc#PED-5573 + ------------------------------------------------------------------- Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller