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:
1f20a1f
)
bugfix: qtip install failed in docker mode
77/25777/4
author
SerenaFeng
<feng.xiaowei@zte.com.cn>
Mon, 12 Dec 2016 08:38:37 +0000
(16:38 +0800)
committer
SerenaFeng
<feng.xiaowei@zte.com.cn>
Tue, 13 Dec 2016 03:10:51 +0000
(11:10 +0800)
error message:
ImportError: <module 'setuptools.dist' from '/usr/lib/python2.7/dist-packages/setuptools/dist.pyc'> has no 'check_specifier' attribute
Change-Id: I3dea0ea87b20556e286bc52315148d7376911803
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
4f2cb87
..
7cd2453
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-32,8
+32,10
@@
zlib1g-dev \
python-tk \
curl \
supervisor \
+python-setuptools \
--no-install-recommends
+RUN easy_install -U setuptools
RUN apt-add-repository ppa:ansible/ansible -y
RUN apt-key update -y