Skip to content

Commit 10897da

Browse files
committed
add dnsutils, iputils-ping, mtr-tiny, net-tools, netcat-openbsd, socat, tcpdump, telnet, traceroute, and whois to apt package list in Dockerfiles
1 parent 8cdedc6 commit 10897da

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

ports/_common/apt.dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The final list is sorted so the rendered Dockerfile is deterministic.
2020
"ca-certificates"
2121
"curl"
2222
"dirmngr"
23+
"dnsutils"
2324
"eza"
2425
"fd-find"
2526
"git"
@@ -28,6 +29,7 @@ The final list is sorted so the rendered Dockerfile is deterministic.
2829
"htop"
2930
"init-system-helpers"
3031
"iproute2"
32+
"iputils-ping"
3133
"jq"
3234
"less"
3335
"libc6"
@@ -43,21 +45,29 @@ The final list is sorted so the rendered Dockerfile is deterministic.
4345
"man-db"
4446
"manpages"
4547
"manpages-dev"
48+
"mtr-tiny"
4649
"ncdu"
50+
"net-tools"
51+
"netcat-openbsd"
4752
"openssh-client"
4853
"procps"
4954
"psmisc"
5055
"python3"
5156
"python3-pip"
5257
"ripgrep"
5358
"rsync"
59+
"socat"
5460
"strace"
5561
"sudo"
62+
"tcpdump"
63+
"telnet"
5664
"tmux"
65+
"traceroute"
5766
"tzdata"
5867
"unzip"
5968
"vim"
6069
"wget"
70+
"whois"
6171
"zip"
6272
"zlib1g"
6373
"zsh"

ports/dev-golang/Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1717
ca-certificates \
1818
curl \
1919
dirmngr \
20+
dnsutils \
2021
eza \
2122
fd-find \
2223
git \
@@ -25,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2526
htop \
2627
init-system-helpers \
2728
iproute2 \
29+
iputils-ping \
2830
jq \
2931
less \
3032
libc6 \
@@ -40,21 +42,29 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
4042
man-db \
4143
manpages \
4244
manpages-dev \
45+
mtr-tiny \
4346
ncdu \
47+
net-tools \
48+
netcat-openbsd \
4449
openssh-client \
4550
procps \
4651
psmisc \
4752
python3 \
4853
python3-pip \
4954
ripgrep \
5055
rsync \
56+
socat \
5157
strace \
5258
sudo \
59+
tcpdump \
60+
telnet \
5361
tmux \
62+
traceroute \
5463
tzdata \
5564
unzip \
5665
vim \
5766
wget \
67+
whois \
5868
zip \
5969
zlib1g \
6070
zsh \

ports/dev-node/Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1717
ca-certificates \
1818
curl \
1919
dirmngr \
20+
dnsutils \
2021
fd-find \
2122
git \
2223
git-lfs \
2324
gnupg2 \
2425
htop \
2526
init-system-helpers \
2627
iproute2 \
28+
iputils-ping \
2729
jq \
2830
less \
2931
libc6 \
@@ -39,21 +41,29 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3941
man-db \
4042
manpages \
4143
manpages-dev \
44+
mtr-tiny \
4245
ncdu \
46+
net-tools \
47+
netcat-openbsd \
4348
openssh-client \
4449
procps \
4550
psmisc \
4651
python3 \
4752
python3-pip \
4853
ripgrep \
4954
rsync \
55+
socat \
5056
strace \
5157
sudo \
58+
tcpdump \
59+
telnet \
5260
tmux \
61+
traceroute \
5362
tzdata \
5463
unzip \
5564
vim \
5665
wget \
66+
whois \
5767
zip \
5868
zlib1g \
5969
zsh \

ports/dev-python/Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1717
ca-certificates \
1818
curl \
1919
dirmngr \
20+
dnsutils \
2021
eza \
2122
fd-find \
2223
git \
@@ -25,6 +26,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2526
htop \
2627
init-system-helpers \
2728
iproute2 \
29+
iputils-ping \
2830
jq \
2931
less \
3032
libc6 \
@@ -40,19 +42,27 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
4042
man-db \
4143
manpages \
4244
manpages-dev \
45+
mtr-tiny \
4346
ncdu \
47+
net-tools \
48+
netcat-openbsd \
4449
openssh-client \
4550
procps \
4651
psmisc \
4752
ripgrep \
4853
rsync \
54+
socat \
4955
strace \
5056
sudo \
57+
tcpdump \
58+
telnet \
5159
tmux \
60+
traceroute \
5261
tzdata \
5362
unzip \
5463
vim \
5564
wget \
65+
whois \
5666
zip \
5767
zlib1g \
5868
zsh \

0 commit comments

Comments
 (0)