router-tuto3: Fix a problem with overriding file
This commit is contained in:
parent
a9330c9caf
commit
b8fd08ab39
@ -9,6 +9,7 @@ RUN mkdir -p /var/lock/ && opkg update && opkg install \
|
|||||||
msmtp \
|
msmtp \
|
||||||
python3 \
|
python3 \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
|
&& rm /etc/resolv.conf \
|
||||||
&& rm -rf /var/lock \
|
&& rm -rf /var/lock \
|
||||||
&& rm -rf /etc/ssh/ssh_host_*_key* \
|
&& rm -rf /etc/ssh/ssh_host_*_key* \
|
||||||
&& echo "alias ip='ip -c'" >> /etc/profile
|
&& echo "alias ip='ip -c'" >> /etc/profile
|
||||||
|
Reference in New Issue
Block a user