diff options
-rw-r--r-- | bootstrap/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py index b15a7d4c3cf..bae02d9fb84 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -228,6 +228,7 @@ set -xueo pipefail dnf update -y dnf install -y \ + --setopt=install_weak_deps=False \ {pkgs} dnf clean all |