HBASE-19058. The wget isn't installed in building docker image

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Chia-Ping Tsai 2017-10-20 20:32:27 -05:00 committed by Sean Busbey
parent b10ad9e97f
commit cb5c4776de
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
python-pip \
rsync \
snappy \
zlib1g-dev
zlib1g-dev \
wget
#######
# OpenJDK 8