forked from pool/python-3.11-image
[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:
parent
ac983e84ba
commit
042ca58603
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user