Show More
@@ -7,7 +7,7 b' FROM ipython/scipystack' | |||||
7 | MAINTAINER IPython Project <ipython-dev@scipy.org> |
|
7 | MAINTAINER IPython Project <ipython-dev@scipy.org> | |
8 |
|
8 | |||
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 /srv/ |
|
10 | RUN mkdir -p /srv/ | |
11 | WORKDIR /srv/ |
|
11 | WORKDIR /srv/ | |
12 | RUN git clone --recursive https://github.com/ipython/ipython.git |
|
12 | RUN git clone --recursive https://github.com/ipython/ipython.git | |
13 | WORKDIR /srv/ipython/ |
|
13 | WORKDIR /srv/ipython/ |
General Comments 0
You need to be logged in to leave comments.
Login now