diff --git a/Dockerfile b/Dockerfile index 1b5864b..911ed11 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