use dnsmasq-full
parent
f67d8a78c1
commit
779912a940
|
@ -2,13 +2,15 @@ FROM scratch
|
||||||
# ADD https://downloads.openwrt.org/releases/19.07.1/targets/x86/64/openwrt-19.07.1-x86-64-generic-rootfs.tar.gz \
|
# ADD https://downloads.openwrt.org/releases/19.07.1/targets/x86/64/openwrt-19.07.1-x86-64-generic-rootfs.tar.gz \
|
||||||
ADD openwrt-19.07.1-x86-64-generic-rootfs.tar.gz /
|
ADD openwrt-19.07.1-x86-64-generic-rootfs.tar.gz /
|
||||||
RUN mkdir -p /var/lock
|
RUN mkdir -p /var/lock
|
||||||
RUN opkg update && \
|
RUN opkg remove dnsmasq && \
|
||||||
|
opkg update && \
|
||||||
opkg install luci \
|
opkg install luci \
|
||||||
wpa-supplicant \
|
wpa-supplicant \
|
||||||
hostapd \
|
hostapd \
|
||||||
iw-full \
|
iw-full \
|
||||||
kmod-mac80211 \
|
kmod-mac80211 \
|
||||||
iperf3
|
iperf3 \
|
||||||
|
dnsmasq-full
|
||||||
COPY etc/config/network.tpl /etc/config/network
|
COPY etc/config/network.tpl /etc/config/network
|
||||||
COPY etc/config/wireless.tpl /etc/config/wireless
|
COPY etc/config/wireless.tpl /etc/config/wireless
|
||||||
CMD [ "/sbin/init" ]
|
CMD [ "/sbin/init" ]
|
Loading…
Reference in New Issue