/srv/ was already created, just ensure its there

This commit is contained in:
Kyle Kelley 2014-09-13 20:48:23 +00:00 committed by MinRK
parent 88657b8d3b
commit b0159a3bdb

View File

@ -7,7 +7,7 @@ FROM ipython/scipystack
MAINTAINER IPython Project <ipython-dev@scipy.org>
# Can't directly add the source as it won't have the submodules
RUN mkdir /srv/
RUN mkdir -p /srv/
WORKDIR /srv/
RUN git clone --recursive https://github.com/ipython/ipython.git
WORKDIR /srv/ipython/