From bbbd691fb31a6e5a0be597540f290bbc2676803a Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Thu, 28 Sep 2017 17:58:14 +0100 Subject: [PATCH] docker: install kmod. --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 02308a2..b733a83 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -35,3 +35,4 @@ RUN apt-get install -y git RUN apt-get install -y g++-multilib RUN apt-get install -y cmake RUN apt-get install -y file +RUN apt-get install -y kmod