diff --git a/Dockerfile b/Dockerfile index 7f707e7..e0b8a94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends rust1.70 cargo1.70 distribution-release; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends rust1.70 cargo1.70; 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-stable-image.changes b/rust-stable-image.changes index c18d36e..98677d3 100644 --- a/rust-stable-image.changes +++ b/rust-stable-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