Skip to content

Commit 5310e7a

Browse files
taoyl-mslguohan
authored andcommitted
[mgmt slave] Install correct version of python-cffi (#760)
1 parent 2d97c6a commit 5310e7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sonic-mgmt/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ RUN apt-get install -y default-jre
2626
# For syslog test
2727
RUN apt-get install -y rsyslog psmisc
2828

29+
# Remove cffi 1.5.2, will install 1.10.0 by pip later
30+
RUN apt-get remove -y python-cffi python-cffi-backend
31+
2932
RUN easy_install pip
3033

3134
RUN pip install ipaddr \
@@ -37,6 +40,7 @@ RUN pip install ipaddr \
3740
pyasn1==0.1.9 \
3841
pysnmp==4.2.5 \
3942
jinja2==2.7.2 \
43+
cffi==1.10.0 \
4044
paramiko==2.1.2
4145

4246
RUN git clone https://github.com/ansible/ansible

0 commit comments

Comments
 (0)