From 0b41d73d925df237fea2a437b200a48689c498bb Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Tue, 16 Oct 2018 11:49:29 -0400 Subject: [PATCH] install docker as part of osm Change-Id: I094d6741c3527c30ee628d1ff19fc5454e43d0fc Signed-off-by: Mike Marchetti --- packer/scripts/get-install-osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index 4a5c0a6f..d7d8443b 100755 --- a/packer/scripts/get-install-osm.sh +++ b/packer/scripts/get-install-osm.sh @@ -5,7 +5,7 @@ juju status wget https://osm-download.etsi.org/ftp/osm-4.0-four/install_osm.sh chmod +x install_osm.sh -./install_osm.sh --nolxd --nodocker -y +./install_osm.sh --nolxd -y cat >> ~/.bashrc <<-EOF export OSM_HOSTNAME=127.0.0.1 -- 2.25.1