From 6a554f1c3509887a573d01c24a58ac716f533a2d Mon Sep 17 00:00:00 2001 From: Jordan Sokolic Date: Wed, 19 Feb 2020 10:29:28 +0200 Subject: [PATCH] add full iproute2 package --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2bd5359..61bb8f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN opkg remove dnsmasq && \ wpa-supplicant \ hostapd \ iw-full \ + ip-full \ kmod-mac80211 \ iperf3 \ dnsmasq-full \