mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
Merge pull request #5908 from Alex-Carter01/kmod_warning
kernel: adding kmod to do docker env
This commit is contained in:
commit
156e4e673b
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user