Skip to content

Commit

Permalink
feat(udcs): add debian net-tools
Browse files Browse the repository at this point in the history
add debian net-tools

Signed-off-by: kovacs <mritd@linux.com>
  • Loading branch information
mritd committed Feb 27, 2024
1 parent 73cbd0b commit de80e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .udcs/os/debian/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit de80e93

Please sign in to comment.