mirror of
https://github.com/manios/docker-nagios.git
synced 2026-07-19 01:13:56 +00:00
Add missing dependencies for failing plugins (#3)
https://github.com/alpinelinux/aports/blob/master/main/nagios-plugins/APKBUILD
This commit is contained in:
parent
41bda12b46
commit
ff02495115
1 changed files with 7 additions and 1 deletions
|
|
@ -60,7 +60,13 @@ ARG BUILDPLATFORM
|
|||
RUN apk update && \
|
||||
apk add --no-cache build-base automake libtool autoconf py-docutils gnutls \
|
||||
gnutls-dev g++ make alpine-sdk build-base gcc autoconf \
|
||||
gettext-dev linux-headers openssl-dev net-snmp net-snmp-tools
|
||||
gettext-dev linux-headers openssl-dev net-snmp net-snmp-tools \
|
||||
libcrypto1.1 libpq musl libldap libssl1.1 libdbi freeradius-client mariadb-connector-c \
|
||||
openssh-client bind-tools samba-client fping grep rpcbind \
|
||||
lm-sensors net-snmp-tools \
|
||||
file freeradius-client-dev libdbi-dev libpq linux-headers mariadb-dev \
|
||||
mariadb-connector-c-dev perl \
|
||||
net-snmp-dev openldap-dev openssl-dev postgresql-dev
|
||||
|
||||
# Download Nagios core, plugins and nrpe sources
|
||||
RUN cd /tmp && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue