mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 23:54:21 +00: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:
parent
f8d32ac4b5
commit
1c39c0adb0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user