Commit cdc2944
committed
Dockerfile: install dnf5-plugins for copr support on Fedora 43+
On Fedora 43 dnf is dnf5, and the copr subcommand is provided by the
dnf5-plugins package rather than dnf-plugins-core. Without it the
ephemeral CI job fails with:
Unknown argument "copr" for command "dnf5".
Install dnf5-plugins with a fallback (|| true) so it's a no-op on
CentOS Stream 9 where that package doesn't exist.
Assisted-by: OpenCode (Claude Sonnet 4.5)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent d265493 commit cdc2944
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments