Adding graphviz for ubuntu systems 31/2131/2
authorAnaël Closson <ac2550@intl.att.com>
Tue, 14 Mar 2017 16:05:37 +0000 (17:05 +0100)
committerAnaël Closson <ac2550@intl.att.com>
Wed, 15 Mar 2017 08:06:05 +0000 (08:06 +0000)
Change-Id: Ibbf0a968c92ff79bcc65facb18c13744de98def4
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
packer/provision/basebuild.sh

index b377e07..4d53de3 100644 (file)
@@ -48,6 +48,10 @@ ubuntu_systems() {
 
     # Additional libraries for Python ncclient
     apt-get install -y wget unzip python-ncclient
+
+    # Add graphviz for documentation building
+    apt-get install -y graphviz
+
 }
 
 all_systems() {