[mgmt] Fix pycparser installation (#1820)
This commit is contained in:
parent
ff237aaf18
commit
5ad7d24d16
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user