Install kmod instead of module-init-tools in iptables image

pull/6/head
Jeff Grafton 2017-11-21 14:51:58 -08:00
parent 6b1b6d504a
commit 9166392029
1 changed files with 4 additions and 4 deletions

View File

@ -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