Merge pull request #5908 from Alex-Carter01/kmod_warning

kernel: adding kmod to do docker env
This commit is contained in:
Fabiano Fidêncio 2023-01-03 20:35:22 +01:00 committed by GitHub
commit 156e4e673b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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