X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=cccecdf4493c828ab2befa455399ab1485f9a1ea;hp=4b8627a4c06bf66428a6d8fd30d48c8559b253f6;hb=5b8ac4faded6386d8e32751b689876c12800924b;hpb=ce776393dccaf31ad47f21b06dcf0a2ba56b4874 diff --git a/Dockerfile b/Dockerfile index 4b8627a..cccecdf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,9 @@ RUN ansible-playbook -i "localhost," -c local --skip-tags "notindocker" install. WORKDIR /son-emu RUN python setup.py develop +# Hotfix: https://github.com/pytest-dev/pytest/issues/4770 +RUN pip2 install "more-itertools<=5.0.0" + # Important: This entrypoint is required to start the OVS service ENTRYPOINT ["/son-emu/utils/docker/entrypoint.sh"] CMD ["python", "examples/default_single_dc_topology.py"]