Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-12111 c5815a6ac -> 1b8040628


HADOOP-12147. bundled dockerfile should use the JDK version of openjdk, not JRE 
(aw)


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

Branch: refs/heads/HADOOP-12111
Commit: 1b80406285453c52bf849bc2ec6bb90a7ddd4815
Parents: c5815a6
Author: Allen Wittenauer <a...@apache.org>
Authored: Tue Jun 30 11:11:06 2015 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Tue Jun 30 11:11:06 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch-docker/Dockerfile-startstub | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1b804062/dev-support/test-patch-docker/Dockerfile-startstub
----------------------------------------------------------------------
diff --git a/dev-support/test-patch-docker/Dockerfile-startstub 
b/dev-support/test-patch-docker/Dockerfile-startstub
index 1afd435..e534f14 100644
--- a/dev-support/test-patch-docker/Dockerfile-startstub
+++ b/dev-support/test-patch-docker/Dockerfile-startstub
@@ -32,7 +32,8 @@ RUN apt-get update && apt-get install --no-install-recommends 
-y \
     libjansson-dev \
     fuse libfuse-dev \
     libcurl4-openssl-dev \
-    python python2.7
+    python python2.7 \
+    openjdk-7-jdk
 
 # Fixing the Apache commons / Maven dependency problem under Ubuntu:
 # See http://wiki.apache.org/commons/VfsProblems

Reply via email to