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