diff --git a/Dockerfile b/Dockerfile index 0fe98e6..1dded34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,11 @@ LABEL com.suse.release-stage="beta" # endlabelprefix -RUN set -euo pipefail && zypper -n in --no-recommends python3 python3-pip curl git-core python3-wheel && zypper -n clean && rm -rf /var/log/* +RUN set -euo pipefail && zypper -n in --no-recommends python310 python310-pip curl git-core && zypper -n clean && rm -rf /var/log/* ENV PYTHON_VERSION="%%py310_ver%%" ENV PIP_VERSION="%%pip_ver%%" +RUN set -euo pipefail && ln -s /usr/bin/python3.10 /usr/local/bin/python3 && \ + ln -s /usr/bin/pydoc3.10 /usr/local/bin/pydoc \ No newline at end of file diff --git a/_service b/_service index 3c27f09..4ad7faf 100644 --- a/_service +++ b/_service @@ -4,13 +4,13 @@ Dockerfile %%py310_ver%% - python3-base + python310-base Dockerfile %%pip_ver%% - python3-pip + python310-pip