This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
adlin/pkg/router-tuto3/Dockerfile

14 lines
302 B
Docker

FROM openwrtorg/rootfs:x86-64-21.02.2
RUN mkdir -p /var/lock/ && opkg update && opkg install \
bind-dig \
curl \
ethtool \
luci-proto-wireguard \
nano \
msmtp \
python3 \
tcpdump \
&& rm /etc/resolv.conf \
&& rm -rf /var/lock \
&& rm -rf /etc/ssh/ssh_host_*_key*