Skip to content

Commit

Permalink
bugfix pip 10.0.0 issue in nettest dockerfile
Browse files Browse the repository at this point in the history
Change-Id: Ie879efd662fba803cc5c6156c0981a0054e0f5da
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
  • Loading branch information
zhihuiwu committed Apr 25, 2018
1 parent d415712 commit f7ed2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/nettest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7ed2f2

Please sign in to comment.