merge master and fix SDN chaining unit test
[osm/vim-emu.git] / utils / docker / Dockerfile
old mode 100644 (file)
new mode 100755 (executable)
index ebd3607..18e8bfe
@@ -9,7 +9,12 @@ COPY . /son-emu/
 RUN cd /son-emu/ansible \
     && ansible-playbook install.yml \
     && cd /son-emu \
+    # we need to reset the __pycache__ for correct test discovery
+    && rm -rf src/emuvim/test/__pycache__ \
     && python setup.py install \
     && echo 'Done'
 
 ENTRYPOINT ["/son-emu/utils/docker/entrypoint.sh"]
+
+# dummy GK, zerorpc
+EXPOSE 5000 4242