Definitely don't want the direct submodule stuff

This commit is contained in:
Kyle Kelley 2014-09-18 15:19:54 -05:00 committed by MinRK
parent e0b822b264
commit c36b861209

View File

@ -16,8 +16,6 @@ WORKDIR /srv/ipython/
RUN pip2 install fabric
RUN pip3 install jsonschema jsonpointer fabric
RUN python setup.py submodule
# .[all] only works with -e
# Can't use -e because ipython2 and ipython3 will clobber each other
RUN pip2 install .