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:
parent
68832d2aaf
commit
a394e975c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue