stages/dnf: disable all dnf plugins

osbuild does not use any plugins. When running without a build root, dnf
shouldn't pull in anything from the host.
This commit is contained in:
Lars Karlitski 2019-11-28 23:35:25 +01:00
parent 7754fd8e78
commit f64a6aaa64

View file

@ -222,7 +222,7 @@ def main(tree, options):
"--setopt", "reposdir=",
"--setopt", f"install_weak_deps={weak_deps}",
"--releasever", releasever,
"--disableplugin=generate_completion_cache", # supress error that completion db can't be opened
"--noplugins",
"--config", dnfconf
]