2020-05-20 19:04:42 +02:00
|
|
|
FROM pandorafms/pandorafms-base:centos7
|
2016-11-11 12:40:59 +01:00
|
|
|
MAINTAINER Pandora FMS Team <info@pandorafms.com>
|
|
|
|
|
|
|
|
# Pandora FMS Server dependencies
|
2018-12-04 12:50:12 +01:00
|
|
|
RUN yum install -y fping perl-Test-WWW-Selenium perl-Crypt-Blowfish perl-Crypt-ECB perl-Crypt-Rijndael perl-Net-OpenSSH
|
2016-11-11 12:40:59 +01:00
|
|
|
|
|
|
|
RUN ln -s /usr/bin/braa /usr/local/bin/braa
|
|
|
|
|