Skip to content

Commit 998e225

Browse files
Dockerfile: include dependencies currently installed in core
1 parent fb5fb6a commit 998e225

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
7070
bat \
7171
bzip2 \
7272
curl \
73+
dhcpcd5 \
7374
dnsmasq \
7475
dnsutils \
7576
exa \
@@ -80,10 +81,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
8081
htop \
8182
i2c-tools \
8283
ifmetric \
84+
isc-dhcp-client \
8385
# Note: Remove iotop if htop is newer 3.2+
8486
iotop \
8587
iproute2 \
8688
iperf3 \
89+
iproute2 \
90+
iptables \
8791
iputils-ping \
8892
iw \
8993
jq \
@@ -95,12 +99,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
9599
nano \
96100
net-tools \
97101
nginx \
102+
nmap \
98103
parallel \
99104
rsync \
100105
screen \
101106
ssh \
102107
sshpass \
103108
sudo \
109+
systemd \
104110
tmux \
105111
tree \
106112
unzip \

0 commit comments

Comments
 (0)