HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus

Signed-off-by: Josh Elser <elserj@apache.org>
(cherry picked from commit 60dc5143f2c9c2d3ea99ed8461730c72ba119bb7)
This commit is contained in:
Sean Busbey 2019-05-13 10:40:28 -05:00
parent 97db64d413
commit cf484c8341

View File

@ -35,7 +35,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
shellcheck \
wget \
&& \
gem install rake rubocop ruby-lint
gem install --no-document rake rubocop ruby-lint
ENV FINDBUGS_HOME /usr