projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bff10
)
Fix Dockerfile to install pip9.0.3 instead of latest pip
57/6257/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 8 Jun 2018 07:23:17 +0000
(09:23 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 8 Jun 2018 07:23:17 +0000
(09:23 +0200)
Change-Id: Id3da61fb9c6bb2f93daedd6c54598aa8bb649e15
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
1e94793
..
c30bf91
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-18,7
+18,7
@@
FROM ubuntu:16.04
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install git make wget python python-pip debhelper tox && \
- DEBIAN_FRONTEND=noninteractive pip install
-U pip
&& \
+ DEBIAN_FRONTEND=noninteractive pip install
pip==9.0.3
&& \
DEBIAN_FRONTEND=noninteractive pip install -U pyang pyangbind && \
DEBIAN_FRONTEND=noninteractive pip install -U stdeb