From 003fed29d0f77cec0d161f62b5997e80b4bbd1ea Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 5 Nov 2018 12:17:32 -0800 Subject: Pin sshlibrary to 3.1.1 the newly released 3.2.0 has a bug in it so that we cannot deal with multiple connections being open, switched to, closed, etc. Change-Id: Idea3e22a3a5737c78888c069b29709a3dcef5f7b Signed-off-by: Jamo Luhrsen --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 22a42c3..fe62dba 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -57,7 +57,7 @@ RUN pip install \ netifaces \ netaddr \ requests \ - robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} \ + robotframework{,-{httplibrary,requests,sshlibrary==3.1.1,selenium2library}} \ scapy \ setuptools -- cgit 1.2.3-korg