diff options
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/lib/bootstrap-functions.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/lib/bootstrap-functions.sh b/vagrant/lib/bootstrap-functions.sh index 68d25517d..4bd8d03f9 100644 --- a/vagrant/lib/bootstrap-functions.sh +++ b/vagrant/lib/bootstrap-functions.sh @@ -139,6 +139,9 @@ deb_install_pkgs() { # Install virtualenv for test execution PACKAGES="$PACKAGES python-virtualenv python-pip python-dev" + # Install to allow the vpp-docs job to zip up docs to push them + PACKAGES="$PACKAGES zip" + echo '---> Installing packages' # disable double quoting check # shellcheck disable=SC2086 |