From 3db038faed390cccc68f4ad28c442293575005ed Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sat, 13 Sep 2014 18:31:48 +0000 Subject: [PATCH] Try out setup.py submodule --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93a757e9b..9c34be4cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /srv/ipython/ RUN pip2 install fabric RUN pip3 install jsonschema jsonpointer fabric -RUN git submodule update --init +RUN python setup.py submodule # .[all] only works with -e # Can't use -e because ipython2 and ipython3 will clobber each other