Skip to content

Commit

Permalink
Merge pull request #527 from Fryguy/weak_deps
Browse files Browse the repository at this point in the history
Avoid installing weak dependencies
  • Loading branch information
agrare authored Sep 28, 2022
2 parents 39ce38a + 81297be commit d6b192c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kickstarts/base.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6b192c

Please sign in to comment.