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:
parent
62ad94c2b5
commit
60dc5143f2
|
@ -35,7 +35,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
wget \
|
wget \
|
||||||
&& \
|
&& \
|
||||||
gem install rake rubocop ruby-lint
|
gem install --no-document rake rubocop ruby-lint
|
||||||
|
|
||||||
ENV FINDBUGS_HOME /usr
|
ENV FINDBUGS_HOME /usr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue