#551 Do not install weak deps in containers
Merged 4 years ago by kevin. Opened 4 years ago by ignatenkobrain.
ignatenkobrain/fedora-kickstarts container-weak  into  master

file modified
+1 -1
@@ -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

file modified
+1 -1
@@ -29,7 +29,7 @@ 

  clearpart --all

  autopart --noboot --nohome --noswap --nolvm

  

- %packages --excludedocs --instLangs=en --nocore

+ %packages --excludedocs --instLangs=en --nocore --excludeWeakdeps

  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

4 years ago