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
302 B
Docker
Raw Normal View History

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