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

Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
Sean Busbey 2019-05-13 10:40:28 -05:00
parent 62ad94c2b5
commit 60dc5143f2
1 changed files with 1 additions and 1 deletions

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