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:
parent
7754fd8e78
commit
f64a6aaa64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue