diff options
author | Ed Warnicke <eaw@cisco.com> | 2015-12-14 12:35:26 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2015-12-14 12:35:26 -0700 |
commit | 4d9767d949439cc09be483c769a02f5d85220e41 (patch) | |
tree | e6cf46d0360dd90a2c5c8d597f09fec91e79d45b /vagrant/basebuild | |
parent | e8c846324ab5fe82fa8f1dbc5307c2a60142fe7f (diff) |
Some additional items needed for testing in basebuild
Change-Id: I4730136b45d79f081d9bc649025bc34af62c21a5
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'vagrant/basebuild')
-rw-r--r-- | vagrant/basebuild/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile index 84277dfcf..f8ce48afb 100644 --- a/vagrant/basebuild/Vagrantfile +++ b/vagrant/basebuild/Vagrantfile @@ -41,7 +41,7 @@ Vagrant.configure(2) do |config| apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git
# Install other stuff
- # apt-get install -y qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
+ apt-get install -y --force-yes bridge-utils vim gdb iproute2
# Install debian packaging tools
apt-get install -y debhelper dkms
|