Skip to content

Commit bfebda4

Browse files
committed
install wpad-wolfssl
Signed-off-by: Jordan Sokolic <[email protected]>
1 parent 3674792 commit bfebda4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ FROM scratch
22
ADD rootfs.tar.gz /
33
RUN mkdir -p /var/lock
44
RUN opkg remove --force-depends \
5-
dnsmasq \
6-
wpad-basic \
7-
iw && \
5+
dnsmasq* \
6+
wpad* \
7+
iw* && \
88
opkg update && \
99
opkg install luci \
10-
wpad \
10+
wpad-wolfssl \
1111
iw-full \
1212
ip-full \
1313
kmod-mac80211 \

0 commit comments

Comments
 (0)