From 4d6065ff7b84f083ac51439e168feaae6c41a4cd Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Wed, 14 Jun 2017 02:09:18 +0000 Subject: [PATCH] [sonic-mgmt]: fix paramiko to version 2.1.2 --- sonic-mgmt/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sonic-mgmt/Dockerfile b/sonic-mgmt/Dockerfile index f657b18a1dc0..f462b99cdf45 100644 --- a/sonic-mgmt/Dockerfile +++ b/sonic-mgmt/Dockerfile @@ -36,7 +36,8 @@ RUN pip install ipaddr \ pexpect \ pyasn1==0.1.9 \ pysnmp==4.2.5 \ - jinja2==2.7.2 + jinja2==2.7.2 \ + paramiko==2.1.2 RUN git clone https://github.com/ansible/ansible RUN cd ansible && git checkout v2.0.0.2-1 -b v2.0.0.2-1 && git submodule update --init --recursive && make && make install