We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d97c6a commit 5310e7aCopy full SHA for 5310e7a
sonic-mgmt/Dockerfile
@@ -26,6 +26,9 @@ RUN apt-get install -y default-jre
26
# For syslog test
27
RUN apt-get install -y rsyslog psmisc
28
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
+
32
RUN easy_install pip
33
34
RUN pip install ipaddr \
@@ -37,6 +40,7 @@ RUN pip install ipaddr \
37
40
pyasn1==0.1.9 \
38
41
pysnmp==4.2.5 \
39
42
jinja2==2.7.2 \
43
+ cffi==1.10.0 \
44
paramiko==2.1.2
45
46
RUN git clone https://github.com/ansible/ansible
0 commit comments