add python libs
All checks were successful
build container icinga2-stallite / build (push) Successful in 2m35s

This commit is contained in:
2025-02-22 20:42:16 +01:00
parent 8e51679aa9
commit 5b35fd5ae8

View File

@@ -24,6 +24,13 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
apt clean all ; \ apt clean all ; \
rm -vrf /var/lib/apt/lists/* "] rm -vrf /var/lib/apt/lists/* "]
## install feature requirements for checks
RUN ["bash", "-exo", "pipefail", "-c", "\
apt update ; \
apt-get install -y python3-easysnmp python3-nagiosplugin ; \
apt clean all ; \
rm -vrf /var/lib/apt/lists/* "]
## create persistend data store ## create persistend data store
RUN ["bash", "-exo", "pipefail", "-c", "\ RUN ["bash", "-exo", "pipefail", "-c", "\
mkdir -p /var/lib/icinga2/certs ; \ mkdir -p /var/lib/icinga2/certs ; \