diff --git a/kickstarts/base.ks.erb b/kickstarts/base.ks.erb index 97425b4a..078b4041 100644 --- a/kickstarts/base.ks.erb +++ b/kickstarts/base.ks.erb @@ -48,8 +48,8 @@ set -x # Show timestamps on log entries for build performance tuning. PS4="+ [\t] " -# Don't install doc -dnf config-manager --setopt=tsflags=nodocs --save > /dev/null +# Don't install doc nor weak dependencies +dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False --save > /dev/null # Mount tmpfs on /tmp. This will remove about 200MiB of bower and bundler # intermediate files from the image. And do the same for /var/cache which saves