Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c420248
)
install setuptools's latest version in container
01/38901/1
author
zhihui wu
<wu.zhihui1@zte.com.cn>
Tue, 8 Aug 2017 09:37:20 +0000
(17:37 +0800)
committer
zhihui wu
<wu.zhihui1@zte.com.cn>
Tue, 8 Aug 2017 09:37:20 +0000
(17:37 +0800)
See https://build.opnfv.org/ci/view/qtip/job/qtip-docker-build-push-master/398/console
Change-Id: I4e975e77e3361cfb468cba0c10cecc21c14c2517
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
027fd74
..
bab503f
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-31,8
+31,7
@@
RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
-RUN pip install -U pip
-RUN pip install 'setuptools>=17.1'
+RUN pip install -U pip && pip install -U setuptools
RUN apt-add-repository ppa:ansible/ansible -y
RUN apt-key update -y