From 5b536e701b31afc9408406a0b4cb07fa904c48472119be0f4c3505af4f3a05e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 12 Jul 2023 13:05:48 +0000 Subject: [PATCH] [info=d372778a94b3f18b620291228668bb47] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/rust-oldstable-image?expand=0&rev=15 --- Dockerfile | 2 +- rust-oldstable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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