Browse Source

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

Akira Ajisaka 9 years ago
parent
commit
85209cc591
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dev-support/docker/Dockerfile

+ 1 - 0
dev-support/docker/Dockerfile

@@ -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