From 9e9074454a83745d8f0d2ebdf041a19514cede9f Mon Sep 17 00:00:00 2001
From: anima
Date: Mon, 3 Mar 2025 17:23:38 +0100
Subject: [PATCH] add python requests
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 76fe840..c47d45e 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-requests python3-easysnmp python3-nagiosplugin ; \
+ apt-get install -y python3-requests python3-easysnmp python3-nagiosplugin python3-requests; \
apt clean all ; \
rm -vrf /var/lib/apt/lists/* "]