From 33a629dd7ab6cd374872fc0398901dccc6ca14bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 12 Nov 2024 19:46:35 +0100 Subject: [PATCH] Update contrib/cirrus/ostree_ext.dockerfile for DNF 5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- contrib/cirrus/ostree_ext.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cirrus/ostree_ext.dockerfile b/contrib/cirrus/ostree_ext.dockerfile index 7ac4327e..08dd6620 100644 --- a/contrib/cirrus/ostree_ext.dockerfile +++ b/contrib/cirrus/ostree_ext.dockerfile @@ -8,7 +8,7 @@ ARG CIRRUS_IMAGE_VERSION ENV CIRRUS_IMAGE_VERSION=$CIRRUS_IMAGE_VERSION ADD https://sh.rustup.rs /var/tmp/rustup_installer.sh -RUN dnf erase -y rust && \ +RUN dnf remove -y rust && \ chmod +x /var/tmp/rustup_installer.sh && \ /var/tmp/rustup_installer.sh -y --default-toolchain stable --profile minimal