From 7bdedca0da908d4b42f17457f04ea87b69c480e3 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 20 Aug 2018 00:11:02 +0200 Subject: [deploy.sh] Install Docker if not present JIRA: FUEL-383 Change-Id: I19d27ca59a3f24d1bd66e39457a6ca267bccce19 Signed-off-by: Alexandru Avadanii --- ci/deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/deploy.sh b/ci/deploy.sh index d3704a1dd..47662f796 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -241,6 +241,7 @@ if [ ${USE_EXISTING_PKGS} -eq 1 ]; then else notify "[NOTE] Installing required distro pkgs" 2 jumpserver_pkg_install 'deploy' + docker_install fi if ! virsh list >/dev/null 2>&1; then -- cgit 1.2.3-korg