HBASE-20689 Docker fails to install rubocop for precommit

Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
Peter Somogyi 2018-06-09 14:07:50 +02:00
parent c596fb6c3f
commit 1f3957dda8
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ RUN echo 'gem: --no-rdoc --no-ri' >> /root/.gemrc
RUN apt-add-repository ppa:brightbox/ruby-ng
RUN apt-get -q update
RUN apt-get -q install --no-install-recommends -y ruby2.2 ruby-switch
RUN apt-get -q install --no-install-recommends -y ruby2.2 ruby2.2-dev ruby-switch
RUN ruby-switch --set ruby2.2
####