From 1d708c5622c6aa39009962ec69ae58e99b63560b Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 19 Sep 2016 15:24:34 +0200 Subject: [PATCH] Added a missing dependency. --- tests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Dockerfile b/tests/Dockerfile index d7682bf7c5..444426aecb 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -26,6 +26,7 @@ RUN yum install -y \ xorg-x11-server-Xvfb; yum clean all; RUN pip install pyvirtualdisplay RUN pip install selenium +RUN pip install unittest2 RUN pip install testtools # Pandora FMS Console dependencies