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

This commit is contained in:
2025-02-23 01:35:53 +01:00
parent d012912572
commit 4822fbe7c9

View File

@@ -29,7 +29,7 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
# ARG SOURCELIST_FILE="/etc/apt/sources.list.d/debian.sources" # ARG SOURCELIST_FILE="/etc/apt/sources.list.d/debian.sources"
RUN ["bash", "-exo", "pipefail", "-c", "\ RUN ["bash", "-exo", "pipefail", "-c", "\
apt update ; \ apt update ; \
apt-get install -y python3-easysnmp python3-nagiosplugin ; \ apt-get install -y python3-requests python3-easysnmp python3-nagiosplugin ; \
apt clean all ; \ apt clean all ; \
rm -vrf /var/lib/apt/lists/* "] rm -vrf /var/lib/apt/lists/* "]