瀏覽代碼

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 年之前
父節點
當前提交
5c07aee0b0
共有 1 個文件被更改,包括 1 次插入0 次删除
  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