From: garciadeblas Date: Tue, 17 Apr 2018 16:11:28 +0000 (+0200) Subject: Updated Dockerfile to use pip-9.0.3 X-Git-Tag: v4.0.0~16 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=4c7ca7f4c5972292e44d9cf38afff2f435ce8f9b Updated Dockerfile to use pip-9.0.3 Change-Id: I321b988d1caced3ff3fee29079c7694f429d3a82 Signed-off-by: garciadeblas --- diff --git a/Dockerfile b/Dockerfile index 68c7850..57b0f22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ADD . /app 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