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

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


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 9b3bbf3  HBASE-22421 addendum remove bats
9b3bbf3 is described below

commit 9b3bbf36b2a73075a09db9251c7d13e926d4b7a2
Author: Sean Busbey <[email protected]>
AuthorDate: Thu May 16 09:30:42 2019 -0500

    HBASE-22421 addendum remove bats
    
    Signed-off-by: Peter Somogyi <[email protected]>
---
 dev-support/docker/Dockerfile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index cdc5a44..b82b23b 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -127,12 +127,6 @@ 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
 ####
 RUN pip install pylint==1.9.2

Reply via email to