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