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 \
|
||||
curl \
|
||||
dnsutils \
|
||||
ethtool \
|
||||
kbd \
|
||||
nano \
|
||||
iptables \
|
||||
|
@ -13,6 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
python \
|
||||
ssmtp \
|
||||
systemd-sysv \
|
||||
tcpdump \
|
||||
udev \
|
||||
vim.tiny \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Reference in a new issue