From caaa41c74f5f0db07e0cfd64de314759fd30625d Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 11 Oct 2020 18:38:44 +0200 Subject: [PATCH] Add some basic network debugging to all installations. --- buster/apt-mark/all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buster/apt-mark/all b/buster/apt-mark/all index f748f3b..4b760bc 100644 --- a/buster/apt-mark/all +++ b/buster/apt-mark/all @@ -7,3 +7,6 @@ ca-certificates git # to avoid constant warnings about no locale being found locales +# extremely useful for basic network debugging; missed these more than once in an emergency +netcat +iputils-ping -- 2.30.2