Update build-bot toolchain to match the vpp ubuntu Vagrantfile. 96/196/1
authorDave Barach <dave@barachs.net>
Tue, 2 Feb 2016 18:14:51 +0000 (13:14 -0500)
committerDave Barach <dave@barachs.net>
Tue, 2 Feb 2016 18:15:04 +0000 (13:15 -0500)
Change-Id: I03c63afdd02f0082bf0bd800e0d2f3b01b151415
Signed-off-by: Dave Barach <dave@barachs.net>
vagrant/basebuild/Vagrantfile

index f8ce48a..3cbf092 100644 (file)
@@ -38,7 +38,7 @@ Vagrant.configure(2) do |config|
     sudo update-alternatives --install /bin/sh sh /bin/bash 100\r
 \r
     # Install build tools\r
-    apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git\r
+    apt-get install -y build-essential autoconf automake bison libssl-dev ccache libtool git dkms debhelper libganglia1-dev libapr1-dev libconfuse-dev\r
 \r
     # Install other stuff\r
     apt-get install -y --force-yes bridge-utils vim gdb iproute2\r