File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
.github/docker/unit-tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ dnf install -y gcc make cpan perl-Test2-Suite.noarch perl-Test2-Plugin-NoWarning
5151dnf -y install 'perl(Crypt::OpenSSL::AES)' 'perl-Net-Curl' 'perl(YAML::XS)' 'perl(Hash::Merge)' 'perl(Clone)' 'perl(CryptX)' 'perl(JSON::XS)' 'perl(JSON::PP)' 'perl(Digest::MD5::File)'
5252dnf -y install 'perl(Hash::Merge)' 'perl(YAML::XS)' 'perl(ZMQ::FFI)' 'perl-CryptX' 'perl(EV)' 'perl(RRDs)' 'perl(DBI)' 'perl(DBD::SQLite)' 'perl(HTTP::Daemon)' 'perl(HTTP::Daemon::SSL)' 'perl(NetAddr::IP)' 'perl(Mojolicious)' 'perl(Mojo::IOLoop::Signal)' 'perl(Net::Curl)' 'perl(EV)'
5353dnf -y install git mariadb
54+ # Replace libcurl-minimal with the full libcurl to enable NTLM support (removed from minimal build in RHEL 10)
55+ dnf -y install --allowerasing libcurl
5456dnf clean all
5557mkdir -p /var/lib/centreon/centplugins/
5658chmod 777 /var/lib/centreon/centplugins/
You can’t perform that action at this time.
0 commit comments