diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-03-14 17:05:37 +0100 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-03-15 08:06:05 +0000 |
commit | 5a40fe4806362a90caf5d14114e867cc05a6ea62 (patch) | |
tree | bc3cabb9539901568f3d12c56da8ee4f29102bac /packer | |
parent | ed1de529657142afcce25a48c6b08f27b8ac4c08 (diff) |
Adding graphviz for ubuntu systems
Change-Id: Ibbf0a968c92ff79bcc65facb18c13744de98def4
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'packer')
-rw-r--r-- | packer/provision/basebuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index b377e0741..4d53de3df 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh @@ -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() { |