From 9166392029af24f0032bea0ea6606aaac4a7e418 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Tue, 21 Nov 2017 14:51:58 -0800 Subject: [PATCH] Install kmod instead of module-init-tools in iptables image --- build/debian-iptables/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/debian-iptables/Dockerfile b/build/debian-iptables/Dockerfile index 4ed6473c377..0ec3d56dc62 100644 --- a/build/debian-iptables/Dockerfile +++ b/build/debian-iptables/Dockerfile @@ -19,8 +19,8 @@ FROM BASEIMAGE CROSS_BUILD_COPY qemu-ARCH-static /usr/bin/ RUN clean-install \ - iptables \ - ebtables \ conntrack \ - module-init-tools \ - ipset + ebtables \ + ipset \ + iptables \ + kmod