Looks like the dnf.conf file located in /etc/dnf/dnf.conf is broken since the latest update of the rawhide image. Whenever trying to install something using dnf install I get the following error : Config error: Parsing file "/etc/dnf/dnf.conf" failed: Parsing file '/etc/dnf/dnf.conf' failed: IniParser: Missing section header at line 1. Indeed, it seems like the file is missing at least the [main] tag at the first line.
dnf.conf in fedora:latest image:
[main]
gpgcheck=True
i>nstallonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True
tsflags=nodocs
dnf.conf in fedora:rawhide image:
tsflags=nodocs
Looks like the
dnf.conffile located in/etc/dnf/dnf.confis broken since the latest update of the rawhide image. Whenever trying to install something usingdnf installI get the following error :Config error: Parsing file "/etc/dnf/dnf.conf" failed: Parsing file '/etc/dnf/dnf.conf' failed: IniParser: Missing section header at line 1. Indeed, it seems like the file is missing at least the[main]tag at the first line.dnf.confinfedora:latestimage:dnf.confinfedora:rawhideimage: