1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-31 04:49:40 +00:00
This commit is contained in:
Darren Shepherd 2016-06-15 22:59:59 -07:00
parent 20065610db
commit d467fc8b84

View File

@ -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