This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/pkg/router-tuto3/Dockerfile

15 lines
321 B
Docker

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