From 53929d00d30e91421c0726a07fa9723a635f0035 Mon Sep 17 00:00:00 2001 From: trevnels <25140503+trevnels@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:51:06 -0500 Subject: [PATCH] Skip broken until repos back in sync --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index cbf15c8..a29ec38 100644 --- a/Containerfile +++ b/Containerfile @@ -8,7 +8,7 @@ RUN dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-re RUN dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm COPY extra-packages / -RUN dnf -y update && \ +RUN dnf -y update --skip-broken && \ grep -v '^#' /extra-packages | xargs dnf -y install RUN rm /extra-packages