Skip to content

Commit

Permalink
Merge pull request #677 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 28, 2023
2 parents 43fbb88 + a886906 commit 9bda57e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python-3.10-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
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%%"
Expand Down
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 @@
-------------------------------------------------------------------
Thu Sep 28 12:32:55 UTC 2023 - Dirk Mueller <[email protected]>

- correct descriptions to be more consistent

-------------------------------------------------------------------
Thu Sep 28 10:32:37 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down

0 comments on commit 9bda57e

Please sign in to comment.