Skip to content

Commit

Permalink
Merge pull request #660 from SUSE/for-deploy-4
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP4
  • Loading branch information
dirkmueller authored Sep 25, 2023
2 parents c44a279 + 07fbeac commit 4004ef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-3.10-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ LABEL com.suse.release-stage="released"

RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core; 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
5 changes: 5 additions & 0 deletions python-3.10-image/python-3.10-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 25 10:57:06 UTC 2023 - Dirk Müller <[email protected]>

- Add /root/.local/bin to PATH, jsc#PED-5573

-------------------------------------------------------------------
Fri Sep 22 09:32:37 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down

0 comments on commit 4004ef1

Please sign in to comment.