Skip to content

Commit

Permalink
[mgmt] Fix pycparser installation (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Jun 29, 2018
1 parent ff237aa commit 5ad7d24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN apt-get install -y rsyslog psmisc

# Remove cffi 1.5.2, will install 1.10.0 by pip later
RUN apt-get remove -y python-cffi python-cffi-backend
# Remove pycparser 2.14, will install >=2.17 by pip later
RUN apt-get remove -y python-ply python-pycparser

RUN easy_install pip

Expand Down

0 comments on commit 5ad7d24

Please sign in to comment.