router-tuto3: Fix a problem with overriding file

This commit is contained in:
nemunaire 2022-03-30 19:13:34 +02:00
parent a9330c9caf
commit b8fd08ab39

View File

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