stages/dnf: supress error from completion module

Disable the module. There's no need to update the completion databse in
the container.
This commit is contained in:
Lars Karlitski 2019-08-11 14:16:55 +02:00 committed by Tom Gundersen
parent 68832d2aaf
commit a394e975c1

View file

@ -49,6 +49,7 @@ def main(tree, options):
"--setopt", "install_weak_deps=False",
"--releasever", releasever,
"--rpmverbosity", verbosity,
"--disableplugin=generate_completion_cache", # supress error that completion db can't be opened
"--config", "/tmp/dnf.conf",
operation
] + packages