Full integration with new Containernet
diff --git a/utils/docker/Dockerfile b/utils/docker/Dockerfile
index ebd3607..7270ab5 100644
--- a/utils/docker/Dockerfile
+++ b/utils/docker/Dockerfile
@@ -9,6 +9,8 @@
 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'