mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Added a missing dependency.
This commit is contained in:
parent
ec352d16e1
commit
1d708c5622
@ -26,6 +26,7 @@ RUN yum install -y \
|
|||||||
xorg-x11-server-Xvfb; yum clean all;
|
xorg-x11-server-Xvfb; yum clean all;
|
||||||
RUN pip install pyvirtualdisplay
|
RUN pip install pyvirtualdisplay
|
||||||
RUN pip install selenium
|
RUN pip install selenium
|
||||||
|
RUN pip install unittest2
|
||||||
RUN pip install testtools
|
RUN pip install testtools
|
||||||
|
|
||||||
# Pandora FMS Console dependencies
|
# Pandora FMS Console dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user