Browse Source

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

(cherry picked from commit 85209cc59152bcd7070b0a654af7d64105d36a6b)
(cherry picked from commit fb13ab07270067062998381b238ba9def87aa304)
Akira Ajisaka 9 năm trước cách đây
mục cha
commit
5c07aee0b0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dev-support/docker/Dockerfile

+ 1 - 0
dev-support/docker/Dockerfile

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