Add perl-Crypt-Blowfish to the docker image for the Satellite Server.
This commit is contained in:
parent
0ce7d3a2ed
commit
ed361d44bf
|
@ -2,7 +2,7 @@ FROM pandorafms/pandorafms-base
|
|||
MAINTAINER Pandora FMS Team <info@pandorafms.com>
|
||||
|
||||
# Pandora FMS Server dependencies
|
||||
RUN yum install -y fping perl-Test-WWW-Selenium perl-Crypt-ECB perl-Net-OpenSSH
|
||||
RUN yum install -y fping perl-Test-WWW-Selenium perl-Crypt-Blowfish perl-Crypt-ECB perl-Net-OpenSSH
|
||||
|
||||
RUN ln -s /usr/bin/braa /usr/local/bin/braa
|
||||
|
||||
|
|
Loading…
Reference in New Issue