Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 20303447c -> d9bf7ae7a


HBASE-18153 [C++] Add valgrind to the docker image


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d9bf7ae7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d9bf7ae7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d9bf7ae7

Branch: refs/heads/HBASE-14850
Commit: d9bf7ae7a963c886271f84cee0c306d01f81a928
Parents: 2030344
Author: Enis Soztutar <e...@apache.org>
Authored: Fri Jun 2 17:19:57 2017 -0700
Committer: Enis Soztutar <e...@apache.org>
Committed: Fri Jun 2 17:20:34 2017 -0700

----------------------------------------------------------------------
 hbase-native-client/docker-files/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d9bf7ae7/hbase-native-client/docker-files/Dockerfile
----------------------------------------------------------------------
diff --git a/hbase-native-client/docker-files/Dockerfile 
b/hbase-native-client/docker-files/Dockerfile
index c5f47ad..d5a1eab 100644
--- a/hbase-native-client/docker-files/Dockerfile
+++ b/hbase-native-client/docker-files/Dockerfile
@@ -32,7 +32,8 @@ RUN wget 
ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz ; \
     make install ;\
     cp /usr/local/lib/sasl2/* /usr/lib/sasl2/
 
-RUN apt-get install -y vim maven inetutils-ping python-pip doxygen graphviz 
clang-format && \
+RUN apt-get install -y vim maven inetutils-ping python-pip doxygen graphviz 
clang-format \
+        valgrind && \
       pip install yapf && \
       apt-get -qq clean && \
       apt-get -y -qq autoremove && \

Reply via email to