diff --git a/Dockerfile b/Dockerfile index 22b8204..2da226e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,19 @@ # SPDX-License-Identifier: MIT + +# Copyright (c) 2023 SUSE LLC + +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. + +# The content of THIS FILE IS AUTOGENERATED and should not be manually modified. +# It is maintained by the BCI team and generated by +# https://github.com/SUSE/BCI-dockerfile-generator + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# You can contact the BCI team via https://github.com/SUSE/bci/discussions + + #!BuildTag: opensuse/bci/python:3.10 #!BuildTag: opensuse/bci/python:3.10-%RELEASE% #!BuildTag: opensuse/bci/python:3 @@ -24,9 +39,10 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core python310-wheel; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core python310-wheel python310-pipx; zypper -n clean; rm -rf /var/log/* ENV PYTHON_VERSION="%%py310_ver%%" +ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" -RUN set -euo pipefail; ln -s /usr/bin/python3.10 /usr/local/bin/python3; \ +RUN set -euo pipefail; install -d -m 0755 /root/.local/bin; ln -s /usr/bin/python3.10 /usr/local/bin/python3; \ ln -s /usr/bin/pydoc3.10 /usr/local/bin/pydoc diff --git a/python-3.10-image.changes b/python-3.10-image.changes index b1bfca3..be30c16 100644 --- a/python-3.10-image.changes +++ b/python-3.10-image.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller + +- add copyright and description header + +------------------------------------------------------------------- +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