diff --git a/ova/provision.sh b/ova/provision.sh index d6b94b15ec..6c4d56903c 100755 --- a/ova/provision.sh +++ b/ova/provision.sh @@ -14,7 +14,7 @@ CURRENT_PATH="$( cd $(dirname $0) ; pwd -P )" ASSETS_PATH="${CURRENT_PATH}/assets" CUSTOM_PATH="${ASSETS_PATH}/custom" BUILDER_ARGS="-i" -INSTALL_ARGS="-a" +INSTALL_ARGS="-a --install-dependencies" if [[ "${PACKAGES_REPOSITORY}" == "dev" ]]; then BUILDER_ARGS+=" -d"