9 lines
188 B
Docker
9 lines
188 B
Docker
|
FROM pandorafms/pandorafms-base
|
||
|
MAINTAINER Pandora FMS Team <info@pandorafms.com>
|
||
|
|
||
|
# Pandora FMS Server dependencies
|
||
|
RUN yum install -y fping
|
||
|
|
||
|
RUN ln -s /usr/bin/braa /usr/local/bin/braa
|
||
|
|