install docker as part of osm
Change-Id: I094d6741c3527c30ee628d1ff19fc5454e43d0fc
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh
index 4a5c0a6..d7d8443 100755
--- a/packer/scripts/get-install-osm.sh
+++ b/packer/scripts/get-install-osm.sh
@@ -5,7 +5,7 @@
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