pkg: add router-tuto3, openwrt based
This commit is contained in:
parent
31f871ba67
commit
e6d71ee7f5
2 changed files with 16 additions and 0 deletions
14
pkg/router-tuto3/Dockerfile
Normal file
14
pkg/router-tuto3/Dockerfile
Normal 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
|
2
pkg/router-tuto3/build.yml
Normal file
2
pkg/router-tuto3/build.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
image: router-tuto3
|
||||||
|
network: true
|
Reference in a new issue