Added net-tools

This commit is contained in:
Jack-Benny Persson 2021-05-24 00:10:09 +02:00
parent 769110a1d0
commit a5c552d3f6

View File

@ -1,6 +1,6 @@
FROM debian:10-slim
RUN apt-get update && apt-get install -y apache2 \
curl netcat nmap openssl iputils-ping dnsutils \
ntpdate \
ntpdate net-tools \
&& apt-get clean
CMD ["/bin/bash"]