Fixed DNS utils package

This commit is contained in:
Jack-Benny Persson 2021-05-17 23:23:06 +02:00
parent db6c81616c
commit 769110a1d0

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 bind-utils \
curl netcat nmap openssl iputils-ping dnsutils \
ntpdate \
&& apt-get clean
CMD ["/bin/bash"]