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

(cherry picked from commit 85209cc591)
This commit is contained in:
Akira Ajisaka 2016-06-23 15:11:58 +09:00
parent 2a956baaab
commit fb13ab0727
1 changed files with 1 additions and 0 deletions

View File

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