You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ch...@apache.org on 2017/01/04 07:25:00 UTC

incubator-predictionio git commit: [MINOR] Add git to Docker for fetching template repo

Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop 09d04edc4 -> bf9df5efc


[MINOR] Add git to Docker for fetching template repo

Closes #325


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/bf9df5ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/bf9df5ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/bf9df5ef

Branch: refs/heads/develop
Commit: bf9df5efc015d056da6aa9c65a5112c6b86a6d1d
Parents: 09d04ed
Author: Chan Lee <ch...@gmail.com>
Authored: Wed Jan 4 16:20:29 2017 +0900
Committer: Chan Lee <ch...@gmail.com>
Committed: Wed Jan 4 16:20:29 2017 +0900

----------------------------------------------------------------------
 tests/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/bf9df5ef/tests/Dockerfile
----------------------------------------------------------------------
diff --git a/tests/Dockerfile b/tests/Dockerfile
index a455d5d..41ef344 100644
--- a/tests/Dockerfile
+++ b/tests/Dockerfile
@@ -30,7 +30,8 @@ RUN apt-get install -y \
     python3-pip \
     postgresql postgresql-contrib \
     openjdk-8-jdk \
-    openssh-client openssh-server
+    openssh-client openssh-server \
+    git
 
 RUN pip install predictionio
 RUN pip3 install --upgrade pip