Skip to content

Commit

Permalink
[docker-sonic-mgmt]: fix pip version to 20.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan authored and rlhui committed Jul 7, 2020
1 parent 9b32171 commit 86955e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 86955e2

Please sign in to comment.