HBASE-22421 addendum remove bats

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
This commit is contained in:
Sean Busbey 2019-05-16 09:30:42 -05:00 committed by Peter Somogyi
parent 1958b94f00
commit 58089be820
1 changed files with 0 additions and 6 deletions

View File

@ -126,12 +126,6 @@ RUN echo "remote-repo-cache: /root/.cabal/packages" >> /root/.cabal/config
RUN cabal update
RUN cabal install shellcheck --global
####
# Install bats
####
RUN add-apt-repository -y ppa:duggan/bats
RUN apt-key update && apt-get -q update && apt-get -q install --no-install-recommends -y bats
####
# Install pylint
####