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:
parent
2a956baaab
commit
fb13ab0727
|
@ -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