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:
d415712
)
bugfix pip 10.0.0 issue in nettest dockerfile
51/56451/1
author
zhihui wu
<wu.zhihui1@zte.com.cn>
Wed, 25 Apr 2018 03:47:24 +0000
(11:47 +0800)
committer
zhihui wu
<wu.zhihui1@zte.com.cn>
Wed, 25 Apr 2018 03:47:24 +0000
(11:47 +0800)
Change-Id: Ie879efd662fba803cc5c6156c0981a0054e0f5da
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
contrib/nettest/Dockerfile
patch
|
blob
|
history
diff --git
a/contrib/nettest/Dockerfile
b/contrib/nettest/Dockerfile
index
272569d
..
7a73cf5
100644
(file)
--- a/
contrib/nettest/Dockerfile
+++ b/
contrib/nettest/Dockerfile
@@
-33,7
+33,7
@@
RUN mkdir -p log
VOLUME ["$DOCKYARD_SRCPROJ/log/"]
# Install Python dependencies
-RUN pip install -U pip \
+RUN p
ython -m p
ip install -U pip \
&& pip install -U setuptools \
&& pip install -r $DOCKYARD_SRCPROJ/requirements.txt