mirror of
https://github.com/rancher/os-kernel.git
synced 2025-07-31 04:49:40 +00:00
Add kmod
This commit is contained in:
parent
20065610db
commit
d467fc8b84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user