[docker-sonic-mgmt]: fix pip version to 20.1.1

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
Guohan Lu 2020-05-26 10:29:13 +00:00
parent 961d9804a2
commit 767152f09b

View File

@ -39,7 +39,7 @@ RUN apt-get purge -y python-cffi python-cffi-backend
# Remove pycparser 2.14, will install >=2.17 by pip later
RUN apt-get purge -y python-ply python-pycparser
RUN easy_install pip
RUN easy_install pip==20.1.1
RUN pip install ipaddr \
lxml \