tests: allow to load kernel modules from a test container

CRIU needs to load a few modules to checkpoint/resume containers.

https://github.com/opencontainers/runc/issues/1745
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Andrei Vagin
2018-02-28 23:31:10 +00:00
parent aada2af1b2
commit 74e961e2e2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
protobuf-compiler \
python-minimal \
uidmap \
kmod \
--no-install-recommends \
&& apt-get clean