Prechádzať zdrojové kódy

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

(cherry picked from commit 85209cc59152bcd7070b0a654af7d64105d36a6b)
Akira Ajisaka 9 rokov pred
rodič
commit
fb13ab0727
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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 \
     python \
     python2.7 \
     python2.7 \
     pylint \
     pylint \
+    rsync \
     snappy \
     snappy \
     zlib1g-dev
     zlib1g-dev