diff options
author | Andreas Schneider <asn@samba.org> | 2019-04-30 10:10:24 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-04-30 17:34:21 +0000 |
commit | 9e29ddd4be5a7397a3657ae339d115187544312a (patch) | |
tree | d8343bf6ac701b4a4d48e1176be84e609e16cefa /bootstrap | |
parent | 09962c1b7e37a9b3c02fa88e1253bee3b206ac19 (diff) | |
download | samba-9e29ddd4be5a7397a3657ae339d115187544312a.tar.gz |
bootstrap: Only install required packages on Fedora
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'bootstrap')
-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 |