From d467fc8b8460e1f1ba13153bd2aca6ca70fc4682 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 15 Jun 2016 22:59:59 -0700 Subject: [PATCH] Add kmod --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index f83c405..f2e954b 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -1,7 +1,7 @@ FROM ubuntu:16.04 RUN apt-get update && \ - apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache git vim libssl-dev + apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache git vim libssl-dev kmod RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8