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 && \