You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/03/12 12:46:15 UTC

[hbase] 87/133: HBASE-18153 [C++] Add valgrind to the docker image

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

zghao pushed a commit to branch HBASE-14850
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 95fdeaabfdecddfe8493734e7c392372761d76dd
Author: Enis Soztutar <en...@apache.org>
AuthorDate: Fri Jun 2 17:19:57 2017 -0700

    HBASE-18153 [C++] Add valgrind to the docker image
---
 hbase-native-client/docker-files/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 && \