Skip to content

Commit

Permalink
[mgmt slave] Install correct version of python-cffi (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyl-ms authored and lguohan committed Jun 27, 2017
1 parent 2d97c6a commit 5310e7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sonic-mgmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN apt-get install -y default-jre
# For syslog test
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

RUN easy_install pip

RUN pip install ipaddr \
Expand All @@ -37,6 +40,7 @@ RUN pip install ipaddr \
pyasn1==0.1.9 \
pysnmp==4.2.5 \
jinja2==2.7.2 \
cffi==1.10.0 \
paramiko==2.1.2

RUN git clone https://github.com/ansible/ansible
Expand Down

0 comments on commit 5310e7a

Please sign in to comment.