diff options
author | 2017-03-15 14:19:13 +0000 | |
---|---|---|
committer | 2017-03-15 14:19:13 +0000 | |
commit | adde0009284d1a2d1c240fb3913b628315f00f67 (patch) | |
tree | c588846f3b48ae0ffbbb5d2d755bd70e8823cae9 | |
parent | 014a81232fc1fc72b06eee33fecbe98fbbec70ef (diff) | |
parent | 5a40fe4806362a90caf5d14114e867cc05a6ea62 (diff) |
Merge "Adding graphviz for ubuntu systems"
-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() { |