Updated Debian and added more tools

This commit is contained in:
Jack-Benny Persson 2024-03-08 16:36:21 +01:00
parent f4ca8bbab9
commit f6c1d4872b

View File

@ -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"]