From 7a2c0f21ce1fda4dcd258077ff44ee3a626a53ae Mon Sep 17 00:00:00 2001 From: anima Date: Fri, 7 Feb 2025 01:19:29 +0100 Subject: [PATCH] add nagiosplugin python lib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82c30c8..000ad74 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 ; \ + apt-get install -y python3-easysnmp python3-nagiosplugin ; \ apt clean all ; \ rm -vrf /var/lib/apt/lists/* "]