diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-04-25 11:47:24 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-04-25 11:47:24 +0800 |
commit | f7ed2f20be7c848e3a79aaef2569d01a452bac77 (patch) | |
tree | 6e1296669c0bc4ab26a92b717fb77911a524e0fe /contrib | |
parent | d415712aeaf87dd6d7383a7649e15a9350aba07b (diff) |
bugfix pip 10.0.0 issue in nettest dockerfile
Change-Id: Ie879efd662fba803cc5c6156c0981a0054e0f5da
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/nettest/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nettest/Dockerfile b/contrib/nettest/Dockerfile index 272569d6..7a73cf54 100644 --- 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 python -m pip install -U pip \ && pip install -U setuptools \ && pip install -r $DOCKYARD_SRCPROJ/requirements.txt |