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 2672c9cfc3284cadb56c0e7f01d79c54777fbb84
Author: Enis Soztutar <[email protected]>
AuthorDate: Mon Oct 10 22:46:49 2016 -0700

    HBASE-16740 start-docker.sh fails to run by complaining bzip2 error 
(Xiaobing Zhou)
---
 hbase-native-client/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hbase-native-client/Dockerfile b/hbase-native-client/Dockerfile
index ca87523..4504a8e 100644
--- a/hbase-native-client/Dockerfile
+++ b/hbase-native-client/Dockerfile
@@ -31,8 +31,10 @@ RUN apt-get install -y vim maven inetutils-ping python-pip 
doxygen graphviz && \
       rm -rf /var/lib/{apt,dpkg,cache,log}/ && \
       rm -rf /tmp/*
 
-RUN git clone --depth 1 --branch v2.6.1 https://github.com/google/protobuf.git 
/usr/src/protobuf && \
+RUN git clone https://github.com/google/protobuf.git /usr/src/protobuf && \
   cd /usr/src/protobuf/ && \
+  git checkout 2.7.0 && \
+  mkdir gmock && \
   ldconfig && \
   ./autogen.sh && \
   ./configure && \

Reply via email to