From 78b7d5f800cdb093e570cfabf285a2d15036f93b Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 18 Sep 2014 14:34:32 -0500 Subject: [PATCH] Switch back to ADD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b5864ba0..911ed11d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ MAINTAINER IPython Project # Can't directly add the source as it won't have the submodules RUN mkdir -p /srv/ WORKDIR /srv/ -RUN git clone --recursive https://github.com/ipython/ipython.git +ADD . /srv/ipython WORKDIR /srv/ipython/ # Installing certain dependencies directly