Skip to content

Commit

Permalink
Avoid installing weak dependencies
Browse files Browse the repository at this point in the history
Similar change to ManageIQ/manageiq-pods#846
  • Loading branch information
Fryguy committed Sep 27, 2022
1 parent 39ce38a commit 81297be
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 81297be

Please sign in to comment.