mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user