diff --git a/Dockerfile b/Dockerfile index 000ad74..76fe840 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN ["bash", "-exo", "pipefail", "-c", "\ # ARG SOURCELIST_FILE="/etc/apt/sources.list.d/debian.sources" 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/* "]