1
0
Selaa lähdekoodia

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

Akira Ajisaka 9 vuotta sitten
vanhempi
commit
85209cc591
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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