mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01:00
kernel: adding kmod to do docker env
adding kmod to kernel building docker env to remove warning Fixes: #5866 Signed-off-by: Alex Carter <Alex.Carter@ibm.com>
This commit is contained in:
@@ -16,6 +16,7 @@ RUN apt-get update && \
|
||||
flex \
|
||||
git \
|
||||
iptables \
|
||||
kmod \
|
||||
libelf-dev \
|
||||
patch && \
|
||||
if [ "$(uname -m)" = "s390x" ]; then apt-get install -y --no-install-recommends libssl-dev; fi && \
|
||||
|
||||
Reference in New Issue
Block a user