commit d9bf7ae7a963c886271f84cee0c306d01f81a928 Author: Enis Soztutar Date: Fri Jun 2 17:19:57 2017 -0700 HBASE-18153 [C++] Add valgrind to the docker image diff --git hbase-native-client/docker-files/Dockerfile hbase-native-client/docker-files/Dockerfile index c5f47ad..d5a1eab 100644 --- hbase-native-client/docker-files/Dockerfile +++ 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 && \