diff --git a/Dockerfile b/Dockerfile index 470b9a9f..495aa101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN dnf install -y \ python-mock \ python-pip \ python-qpid \ + python-futures \ python2-cffi \ python2-cryptography \ python2-pdc-client \ diff --git a/Vagrantfile b/Vagrantfile index 6317bef6..98d58b47 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,6 +25,7 @@ $script = <