diff options
author | Ed Warnicke <eaw@cisco.com> | 2015-12-08 15:59:54 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2015-12-08 15:59:54 -0700 |
commit | 77ada8244fa9f8a625a4fc4952646db3efe56618 (patch) | |
tree | 61ec5087922c838dfb00e8217fedaeef93c601d1 /vagrant/basebuild | |
parent | b730e4e6dd99d2adb673420a2eb2ddbfadd1b9a0 (diff) |
Fixes for vpp JJB and vagrant file
Change-Id: Iffc3076ffa2c69913fa3473d9debbe753d680883
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'vagrant/basebuild')
-rw-r--r-- | vagrant/basebuild/Vagrantfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile index df63f33ec..84277dfcf 100644 --- a/vagrant/basebuild/Vagrantfile +++ b/vagrant/basebuild/Vagrantfile @@ -43,6 +43,9 @@ Vagrant.configure(2) do |config| # Install other stuff
# apt-get install -y qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
+ # Install debian packaging tools
+ apt-get install -y debhelper dkms
+
# Install uio
apt-get install -y linux-image-extra-`uname -r`
|