Skip to content

Commit 2578e48

Browse files
authored
[ubuntu] Don't install documentation for ruby gems (#11413)
1 parent 7454a5b commit 2578e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ubuntu/scripts/build/install-ruby.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gems_to_install=$(get_toolset_value ".rubygems[] .name")
2020
if [[ -n "$gems_to_install" ]]; then
2121
for gem in $gems_to_install; do
2222
echo "Installing gem $gem"
23-
gem install $gem
23+
gem install --no-document $gem
2424
done
2525
fi
2626

0 commit comments

Comments
 (0)