Fix inserting kernel module issue

Change-Id: Ia742955fdf106ebbc258a33a41172826c5de99a6
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
This commit is contained in:
vagrant 2015-12-23 05:40:07 +00:00 committed by Ruijing Guo
parent b2243e0133
commit 9cc3728f94
1 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,15 @@
#!/bin/bash
FROM ubuntu:14.04.3
RUN rm -rf /lib/modules
RUN apt-get update
RUN apt-get install -y software-properties-common python-software-properties \
make python-setuptools python-all dpkg-dev debhelper \
fuseiso git genisoimage bind9-host wget curl lintian tmux lxc iptables \
ca-certificates sudo apt-utils lsb-release libtool autoconf automake build-essential fakeroot libssl-dev graphviz dh-autoreconf python-qt4 python-twisted-conch python-zopeinterface linux-headers-`uname -r`
ca-certificates sudo apt-utils lsb-release libtool autoconf automake build-essential fakeroot libssl-dev graphviz dh-autoreconf python-qt4 python-twisted-conch python-zopeinterface linux-headers-3.13.0-71-generic
RUN ln -s /lib/modules/3.13.0-71-generic /lib/modules/`uname -r`
RUN apt-get install -y pkg-config unzip liblua5.2-dev libpcap-dev libedit-dev libncurses5-dev libncursesw5-dev