Files
toolkit/Dockerfile
2021-09-14 15:22:40 +02:00

7 lines
187 B
Docker

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