1c39c0a
@@ -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 @@
clearpart --all
autopart --noboot --nohome --noswap --nolvm
fedora-release-container
bash
coreutils
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
Pull-Request has been merged by kevin
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