Fix: new try ... ensure that dockernet is fetched from the right repo ...
[osm/vim-emu.git] / utils / docker / Dockerfile
index b2ad266..9618c5e 100644 (file)
@@ -1,9 +1,11 @@
 FROM cgeoffroy/dockernet
 
 # ensure that we have the latest dockernet code base!
+WORKDIR /
+RUN rm -rf dockernet
+RUN git clone -b dockernet-sonata https://github.com/mpeuster/dockernet.git
 WORKDIR /dockernet
-RUN git pull \
-    && python setup.py develop
+RUN python setup.py develop
 
 WORKDIR /son-emu