From f6c1d4872b3804a96664e9ae9e94525b6d4d74d4 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Fri, 8 Mar 2024 16:36:21 +0100 Subject: [PATCH] Updated Debian and added more tools --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7ccad7..9afebd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM debian:11-slim +FROM debian:12-slim RUN apt-get update && apt-get install -y apache2 \ - curl netcat nmap openssl iputils-ping dnsutils \ - ntpdate net-tools \ + curl netcat-openbsd nmap openssl iputils-ping dnsutils \ + ntpdate net-tools mbpoll snmp \ && apt-get clean CMD ["/bin/bash"]