HBASE-19058. The wget isn't installed in building docker image
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
b10ad9e97f
commit
cb5c4776de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue