HADOOP-13307. add rsync to Dockerfile so that precommit archive works. Contributed by Allen Wittenauer.
This commit is contained in:
parent
a8a48c9125
commit
85209cc591
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user