router-tuto3: Update to openwrt 21.02.2
This commit is contained in:
parent
6be0e36217
commit
a9330c9caf
@ -1,4 +1,4 @@
|
||||
FROM openwrtorg/rootfs:x86-64-19.07.7
|
||||
FROM openwrtorg/rootfs:x86-64-21.02.2
|
||||
|
||||
RUN mkdir -p /var/lock/ && opkg update && opkg install \
|
||||
bind-dig \
|
||||
@ -6,8 +6,8 @@ RUN mkdir -p /var/lock/ && opkg update && opkg install \
|
||||
ethtool \
|
||||
luci-proto-wireguard \
|
||||
nano \
|
||||
ssmtp \
|
||||
python \
|
||||
msmtp \
|
||||
python3 \
|
||||
tcpdump \
|
||||
&& rm -rf /var/lock \
|
||||
&& rm -rf /etc/ssh/ssh_host_*_key* \
|
||||
|
Reference in New Issue
Block a user