From ff024951153d02a28925555dc0cff027295115fa Mon Sep 17 00:00:00 2001 From: Christos Manios Date: Tue, 9 Mar 2021 16:24:11 +0200 Subject: [PATCH] Add missing dependencies for failing plugins (#3) https://github.com/alpinelinux/aports/blob/master/main/nagios-plugins/APKBUILD --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a28069f..0eb9d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \