forked from pool/python-3.10-image
[info=1864e0ec63124e536aea81f3867cb726]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.10-image?expand=0&rev=171
This commit is contained in:
parent
5e2a614d34
commit
edb727fc4d
@ -39,7 +39,7 @@ LABEL org.opensuse.release-stage="released"
|
||||
# endlabelprefix
|
||||
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/python-3.10-image/README.md"
|
||||
|
||||
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/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl findutils gawk git-core procps util-linux python310-wheel python310-pipx; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
ENV PYTHON_VERSION="%%py310_ver%%"
|
||||
ENV PATH="$PATH:/root/.local/bin"
|
||||
ENV PIP_VERSION="%%pip_ver%%"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 06:52:02 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- add standard devel tools back to development containers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 09:53:37 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user