add python libs
All checks were successful
build container icinga2-stallite / build (push) Successful in 2m35s
All checks were successful
build container icinga2-stallite / build (push) Successful in 2m35s
This commit is contained in:
@@ -24,6 +24,13 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
|
||||
apt clean all ; \
|
||||
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
|
||||
RUN ["bash", "-exo", "pipefail", "-c", "\
|
||||
mkdir -p /var/lib/icinga2/certs ; \
|
||||
|
||||
Reference in New Issue
Block a user