Added a Dockerfile for the Enterprise base image.
This commit is contained in:
parent
2d2ffeddc0
commit
1b1931b591
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
|
Loading…
Reference in New Issue