From 9319f3f939c92aa660123b6cef456adc5f47528d Mon Sep 17 00:00:00 2001 From: nbkowalewski <60604349+nbkowalewski@users.noreply.github.com> Date: Fri, 28 May 2021 11:24:41 +0200 Subject: [PATCH 1/3] Add knot-dnsutils assuming its an Alpine package The closest thing to have native DoT/DoH query capability with dig is kdig, the knot-dnsutils of the KNOT DNS project. So i want to just adding that to https://github.com/nicolaka/netshoot Dockerfile list of installs. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5166d71..caa661d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,7 @@ RUN set -ex \ iputils \ ipvsadm \ jq \ + knot-dnsutils \ libc6-compat \ liboping \ mtr \ From 1dba3e8d741bf26373354ef75c677cac35f3a90f Mon Sep 17 00:00:00 2001 From: nbkowalewski <60604349+nbkowalewski@users.noreply.github.com> Date: Fri, 28 May 2021 12:11:31 +0200 Subject: [PATCH 2/3] Change package name from debian to the one used on Alpine distro --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index caa661d..2dcfbe1 100755 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN set -ex \ iputils \ ipvsadm \ jq \ - knot-dnsutils \ + knot-utils \ libc6-compat \ liboping \ mtr \ From 66eb65b0392b5939180ccbe6b26863bddf6a132c Mon Sep 17 00:00:00 2001 From: nbkowalewski <60604349+nbkowalewski@users.noreply.github.com> Date: Thu, 17 Jun 2021 14:02:25 +0200 Subject: [PATCH 3/3] Update README.md Enlist kdig in the tool set --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 151b686..d8bd285 100755 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ To troubleshoot these issues, `netshoot` includes a set of powerful tools as rec iputils ipvsadm jq + kdig libc6-compat liboping mtr