DNS diagnostic tool

This commit is contained in:
Eduardo Silva
2024-07-09 14:46:59 -03:00
parent 99ca031645
commit 070c99b433
8 changed files with 50 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
inetutils-traceroute \
nano \
openssl \
dnsutils \
&& rm -rf /var/lib/apt/lists/*
# those are the really necessary packages