tuto3: add debug tools on router

This commit is contained in:
nemunaire 2019-03-29 09:20:30 +01:00 committed by Pierre-Olivier Mercier
parent 23ed756287
commit a7898d9b2d

View file

@ -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/*