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 60dc5143f2
)
This commit is contained in:
parent
4b4c3ba6e7
commit
b1752fadc3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue