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 \
|
RUN mkdir -p /var/lock/ && opkg update && opkg install \
|
||||||
bind-dig \
|
bind-dig \
|
||||||
@ -6,8 +6,8 @@ RUN mkdir -p /var/lock/ && opkg update && opkg install \
|
|||||||
ethtool \
|
ethtool \
|
||||||
luci-proto-wireguard \
|
luci-proto-wireguard \
|
||||||
nano \
|
nano \
|
||||||
ssmtp \
|
msmtp \
|
||||||
python \
|
python3 \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
&& rm -rf /var/lock \
|
&& rm -rf /var/lock \
|
||||||
&& rm -rf /etc/ssh/ssh_host_*_key* \
|
&& rm -rf /etc/ssh/ssh_host_*_key* \
|
||||||
|
Reference in New Issue
Block a user