Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vagrantfile.fedora: stop using dnf shell
In Fedora 41, dnf5 is used and it does not have dnf shell. Let's use old dnf update; dnf install instead. It is two transactions instead of one, but dnf5 is faster. While at it, add `--setopt=tsflags=nodocs` as we don't need man pages and READMEs in CI. Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information