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

This commit is contained in:
2025-02-23 01:24:07 +01:00
parent a55a72b704
commit 3a475913b6

View File

@@ -27,7 +27,7 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
## install feature requirements for checks
RUN ["bash", "-exo", "pipefail", "-c", "\
apt update ; \
apt-get install -y python3-easysnmp python3-nagiosplugin ; \
apt-get install -y python3-requests python3-easysnmp python3-nagiosplugin ; \
apt clean all ; \
rm -vrf /var/lib/apt/lists/* "]