##// END OF EJS Templates
Switch back to ADD
Kyle Kelley -
Show More
@@ -9,7 +9,7 b' MAINTAINER IPython Project <ipython-dev@scipy.org>'
9 # Can't directly add the source as it won't have the submodules
9 # Can't directly add the source as it won't have the submodules
10 RUN mkdir -p /srv/
10 RUN mkdir -p /srv/
11 WORKDIR /srv/
11 WORKDIR /srv/
12 RUN git clone --recursive https://github.com/ipython/ipython.git
12 ADD . /srv/ipython
13 WORKDIR /srv/ipython/
13 WORKDIR /srv/ipython/
14
14
15 # Installing certain dependencies directly
15 # Installing certain dependencies directly
General Comments 0
You need to be logged in to leave comments. Login now