diff --git a/Dockerfile b/Dockerfile index 761907e..db5cbb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:10-slim RUN apt-get update && apt-get install -y apache2 \ - curl netcat nmap openssl iputils-ping bind-utils \ + curl netcat nmap openssl iputils-ping dnsutils \ ntpdate \ && apt-get clean CMD ["/bin/bash"]