You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2016/06/23 06:24:37 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/trunk a8a48c912 -> 85209cc59


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/85209cc5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/85209cc5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/85209cc5

Branch: refs/heads/trunk
Commit: 85209cc59152bcd7070b0a654af7d64105d36a6b
Parents: a8a48c9
Author: Akira Ajisaka <aa...@apache.org>
Authored: Thu Jun 23 15:11:58 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Thu Jun 23 15:11:58 2016 +0900

----------------------------------------------------------------------
 dev-support/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/85209cc5/dev-support/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index 82edc86..38dbc8a 100644
--- a/dev-support/docker/Dockerfile
+++ b/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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org