From a394e975c17def0dd2351fa2e993ad0b0aae77d6 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Sun, 11 Aug 2019 14:16:55 +0200 Subject: [PATCH] stages/dnf: supress error from completion module Disable the module. There's no need to update the completion databse in the container. --- stages/org.osbuild.dnf | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/org.osbuild.dnf b/stages/org.osbuild.dnf index da305934..2a0145b8 100755 --- a/stages/org.osbuild.dnf +++ b/stages/org.osbuild.dnf @@ -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