Skip to content

Commit 71ee887

Browse files
authored
add tcpdump, traceroute, nvme-cli package to image (#184)
1 parent 4d3c331 commit 71ee887

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
bin
55
install-go
66
images
7-
footloose.*yaml
7+
footloose.*yaml
8+
.vscode

debian/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ RUN set -ex \
7070
locales \
7171
lvm2 \
7272
mdadm \
73+
nvme-cli \
7374
openssh-server \
7475
procps \
7576
socat \
@@ -78,6 +79,8 @@ RUN set -ex \
7879
systemd \
7980
systemd-sysv \
8081
systemd-timesyncd \
82+
tcpdump \
83+
traceroute \
8184
tzdata \
8285
watchdog \
8386
wget \
@@ -149,4 +152,4 @@ RUN systemctl set-default multi-user.target \
149152
&& systemctl mask console-getty.service \
150153
&& update-ca-certificates \
151154
# generate locale
152-
&& locale-gen
155+
&& locale-gen

0 commit comments

Comments
 (0)