Added wget

This commit is contained in:
2025-05-27 23:14:07 +02:00
parent f6c1d4872b
commit f6d9852ac5

View File

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