From 071b81cf985c482bb0a38ca1c96491feefd1ec13 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 7 Nov 2017 14:13:07 -0800 Subject: Integrate install_dev_tools into install_docker The packages installed by the install_dev_tools are only required by the docker installation, therefore is not necessary to install them in other cases. According to the Docker official documentation the linux-image-extra-* packages are required. Change-Id: I96c5f556c9e5a74d52e012d7896786061299036e Signed-off-by: Victor Morales Issue-Id: INT-328 --- bootstrap/vagrant-onap/vagrant_utils/postinstall.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap/vagrant-onap/vagrant_utils') diff --git a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh index 748d1b553..c1b1c33a2 100755 --- a/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh +++ b/bootstrap/vagrant-onap/vagrant_utils/postinstall.sh @@ -8,7 +8,6 @@ source /var/onap/functions update_repos create_configuration_files -install_dev_tools configure_bind for serv in $@; do -- cgit 1.2.3-korg