Updated Dockerfile to use pip-9.0.3
Change-Id: I321b988d1caced3ff3fee29079c7694f429d3a82
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Dockerfile b/Dockerfile
index 68c7850..57b0f22 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,6 +8,7 @@
RUN apt-get update && apt-get -y install git python3 python3-jsonschema \
python3-cherrypy3 python3-pymongo python3-yaml python3-pip \
+ && pip3 install pip==9.0.3 \
&& pip3 install aiokafka \
&& mkdir -p /app/storage/kafka && mkdir -p /app/log