tuto3: add debug tools on router
This commit is contained in:
parent
23ed756287
commit
a7898d9b2d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
console-data \
|
console-data \
|
||||||
curl \
|
curl \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
|
ethtool \
|
||||||
kbd \
|
kbd \
|
||||||
nano \
|
nano \
|
||||||
iptables \
|
iptables \
|
||||||
|
@ -13,6 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
python \
|
python \
|
||||||
ssmtp \
|
ssmtp \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
|
tcpdump \
|
||||||
udev \
|
udev \
|
||||||
vim.tiny \
|
vim.tiny \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Reference in a new issue