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:
Alex Carter 2022-12-14 14:52:39 +00:00
parent 1d266352ea
commit ecb28e2b13

View File

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