router-tuto3: Don't use iputils anymore

This commit is contained in:
nemunaire 2022-03-31 19:17:04 +02:00
parent 82f1e9ff24
commit bc329a7b0c
1 changed files with 1 additions and 2 deletions

View File

@ -11,5 +11,4 @@ RUN mkdir -p /var/lock/ && opkg update && opkg install \
tcpdump \
&& rm /etc/resolv.conf \
&& rm -rf /var/lock \
&& rm -rf /etc/ssh/ssh_host_*_key* \
&& echo "alias ip='ip -c'" >> /etc/profile
&& rm -rf /etc/ssh/ssh_host_*_key*