diff --git a/python-3.10-image/Dockerfile b/python-3.10-image/Dockerfile index ad066d791..c47446ff3 100644 --- a/python-3.10-image/Dockerfile +++ b/python-3.10-image/Dockerfile @@ -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; zypper -n clean; rm -rf /var/log/* +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/* ENV PYTHON_VERSION="%%py310_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" diff --git a/python-3.10-image/python-3.10-image.changes b/python-3.10-image/python-3.10-image.changes index 23399ad62..62ed0a1fa 100644 --- a/python-3.10-image/python-3.10-image.changes +++ b/python-3.10-image/python-3.10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 10:32:37 UTC 2023 - Dirk Mueller + +- include lifecycle data in the container as well + ------------------------------------------------------------------- Mon Sep 25 10:57:06 UTC 2023 - Dirk Müller