projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ac245
)
Updated Dockerfile to use pip-9.0.3
83/5983/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 17 Apr 2018 16:11:28 +0000
(18:11 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 17 Apr 2018 16:11:28 +0000
(18:11 +0200)
Change-Id: I321b988d1caced3ff3fee29079c7694f429d3a82
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
68c7850
..
57b0f22
100644
(file)
--- 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