Skip to content

Commit

Permalink
Add dnf-3
Browse files Browse the repository at this point in the history
Since fedora 41 dnf-3 is replaced by dnf5, and mock still try to use dnf-3.
  • Loading branch information
Thomas Charlier authored and Thomas Charlier committed Nov 7, 2024
1 parent 7881744 commit 8420644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/dockerfiles/fed-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM fedora:latest
RUN dnf -y --enablerepo='updates-testing' install mock git rpm-build rpmdevtools && dnf clean all
RUN dnf -y --enablerepo='updates-testing' install mock git rpm-build rpmdevtools dnf-3 && dnf clean all

0 comments on commit 8420644

Please sign in to comment.