HADOOP-13307. add rsync to Dockerfile so that precommit archive works. Contributed by Allen Wittenauer.

This commit is contained in:
Akira Ajisaka 2016-06-23 15:11:58 +09:00
parent a8a48c9125
commit 85209cc591

View File

@ -59,6 +59,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
python \
python2.7 \
python-pip \
rsync \
snappy \
zlib1g-dev