Ensure base image includes the modprobe binary

This commit is contained in:
André Cruz
2017-10-10 10:53:02 +01:00
parent fc1bd98c09
commit 8fc297c1f9
3 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
e2fsprogs \
ebtables \
ethtool \
kmod \
ca-certificates \
conntrack \
util-linux \