Skip to content

Commit

Permalink
HBASE-22406 skip generating rdoc when building gems in our docker ima…
Browse files Browse the repository at this point in the history
…ge for running yetus

Signed-off-by: Josh Elser <[email protected]>
  • Loading branch information
busbey committed May 13, 2019
1 parent 62ad94c commit 60dc514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60dc514

Please sign in to comment.