From de80e93f497ca29abd66601f0ee3128757195cea Mon Sep 17 00:00:00 2001 From: kovacs Date: Tue, 27 Feb 2024 10:08:09 +0800 Subject: [PATCH] feat(udcs): add debian net-tools add debian net-tools Signed-off-by: kovacs --- .udcs/os/debian/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.udcs/os/debian/Earthfile b/.udcs/os/debian/Earthfile index 69834d7..4b88ce5 100644 --- a/.udcs/os/debian/Earthfile +++ b/.udcs/os/debian/Earthfile @@ -22,7 +22,7 @@ UPGRADE: COMMON_PKG: COMMAND RUN apt update -qq \ - && apt install -qq tzdata ca-certificates wget curl nload iftop htop unzip procps dnsutils iputils-ping git jq -y \ + && apt install -qq tzdata ca-certificates wget curl nload iftop htop unzip procps dnsutils net-tools iputils-ping git jq -y \ && rm -rf /var/lib/apt/lists/* LOCALE: