You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/05/13 16:25:35 UTC

[hbase] branch branch-2.1 updated: HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new cf484c8  HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus
cf484c8 is described below

commit cf484c8341125a7614d81ead29269f588e62a99f
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Mon May 13 10:40:28 2019 -0500

    HBASE-22406 skip generating rdoc when building gems in our docker image for running yetus
    
    Signed-off-by: Josh Elser <el...@apache.org>
    (cherry picked from commit 60dc5143f2c9c2d3ea99ed8461730c72ba119bb7)
---
 dev-support/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index cc1efc1..da673f7 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -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