Added a missing dependency.

This commit is contained in:
Ramon Novoa 2016-09-19 15:24:34 +02:00
parent ec352d16e1
commit 1d708c5622
1 changed files with 1 additions and 0 deletions

View File

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