diff --git a/Dockerfile b/Dockerfile index 5d36dde..636998f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN \ iptables-legacy \ ip6tables \ iputils \ + kmod \ libcap-utils \ libqrencode-tools \ net-tools \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d046e8f..62e8e63 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -20,6 +20,7 @@ RUN \ iptables-legacy \ ip6tables \ iputils \ + kmod \ libcap-utils \ libqrencode-tools \ net-tools \