diff --git a/Dockerfile b/Dockerfile index 91a31f6..5795e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends rust1.69 cargo1.69 distribution-release; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends rust1.69 cargo1.69; zypper -n clean; rm -rf /var/log/* ENV RUST_VERSION="%%RUST_VERSION%%" ENV CARGO_VERSION="%%CARGO_VERSION%%" ENV CC="/usr/local/bin/gcc" diff --git a/rust-oldstable-image.changes b/rust-oldstable-image.changes index a0c992c..f31c134 100644 --- a/rust-oldstable-image.changes +++ b/rust-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 12 12:55:01 UTC 2023 - Dirk Mueller + +- Remove distribution-release from the package list, it is inherited from the base image + ------------------------------------------------------------------- Tue Jun 27 15:55:34 UTC 2023 - Dan Čermák