Fix: Fixed version of tinyrpc to not break the Ryu installation.
Change-Id: I901da179c43bdce4337575691fab82baae7987f4
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
diff --git a/Dockerfile b/Dockerfile
index a823cda..38adc2a 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -64,6 +64,9 @@
# Hotfix: https://github.com/pytest-dev/pytest/issues/4770
RUN pip2 install "more-itertools<=5.0.0"
+# Hotfix: Do not use latest tinyrpc lib, since it breaks Ryu
+RUN pip2 install "tinyrpc==1.0.3"
+
# 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"]