pkg: add router-tuto3, openwrt based

This commit is contained in:
nemunaire 2021-03-17 17:32:03 +01:00
parent 31f871ba67
commit e6d71ee7f5
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,14 @@
FROM openwrtorg/rootfs:x86-64-19.07.7
RUN mkdir -p /var/lock/ && opkg update && opkg install \
bind-dig \
curl \
ethtool \
luci-proto-wireguard \
nano \
ssmtp \
python \
tcpdump \
&& rm -rf /var/lock \
&& rm -rf /etc/ssh/ssh_host_*_key* \
&& echo "alias ip='ip -c'" >> /etc/profile

View File

@ -0,0 +1,2 @@
image: router-tuto3
network: true