Skip to content

Commit

Permalink
Skip broken until repos back in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnels committed Jan 17, 2024
1 parent 6dafdc8 commit 53929d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53929d0

Please sign in to comment.