Replace dnf with dnf5

This commit is contained in:
Evan Goode
2023-06-23 18:23:54 +00:00
committed by humaton
parent 41a8487712
commit d84d3e61e0
6 changed files with 9 additions and 17 deletions

View File

@@ -1,10 +1,11 @@
# See fedora-container-common.ks for details on how to hack on container image kickstarts
# This base is a stripped back Fedora image without python3/dnf.
# This base is a stripped back Fedora image without python3.
# If you need that use the standard base image.
%include fedora-container-common.ks
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
# DNF 5 replaces microdnf in Fedora 39+.
dnf5
%end