[mgmt] Fix pycparser installation (#1820)

This commit is contained in:
Qi Luo 2018-06-29 08:39:12 -07:00 committed by GitHub
parent ff237aaf18
commit 5ad7d24d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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