HADOOP-13307. add rsync to Dockerfile so that precommit archive works. Contributed by Allen Wittenauer.
(cherry picked from commit85209cc591
) (cherry picked from commitfb13ab0727
)
This commit is contained in:
parent
d4474d7d09
commit
5c07aee0b0
|
@ -57,6 +57,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
python \
|
||||
python2.7 \
|
||||
pylint \
|
||||
rsync \
|
||||
snappy \
|
||||
zlib1g-dev
|
||||
|
||||
|
|
Loading…
Reference in New Issue