From 3a475913b68a3060d5d98e0753a47c56f16eaec8 Mon Sep 17 00:00:00 2001 From: anima Date: Sun, 23 Feb 2025 01:24:07 +0100 Subject: [PATCH] add python requests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab0df2b..3cbf31a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* "]