Do not install weak deps in containers

Those are pretty useless in containers. People want small containers and
if something extra is needed, they are going to install it. There is no
point in having python3-unbound or rpm-plugin-systemd-inhibit in there…

Closes: https://pagure.io/releng/issue/8530
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-07-22 18:56:49 +02:00
parent f8d32ac4b5
commit 1c39c0adb0
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
%include fedora-container-common.ks
%packages --excludedocs --instLangs=en --nocore
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
rootfiles
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
fedora-repos-modular

View File

@ -29,7 +29,7 @@ zerombr
clearpart --all
autopart --noboot --nohome --noswap --nolvm
%packages --excludedocs --instLangs=en --nocore
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
fedora-release-container
bash
coreutils