From f6d9852ac54451d4c12a690a21812374ee492723 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Tue, 27 May 2025 23:14:07 +0200 Subject: [PATCH] Added wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9afebd0..e4a7528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12-slim RUN apt-get update && apt-get install -y apache2 \ curl netcat-openbsd nmap openssl iputils-ping dnsutils \ - ntpdate net-tools mbpoll snmp \ + ntpdate net-tools mbpoll snmp wget \ && apt-get clean CMD ["/bin/bash"]