[sonic-mgmt]: fix paramiko to version 2.1.2 (#704)

This commit is contained in:
lguohan 2017-06-13 19:16:43 -07:00 committed by GitHub
parent b616a33ff3
commit e46cf29f0b

View File

@ -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