aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/k8s_vm_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/heat/onap-rke/k8s_vm_install.sh')
-rw-r--r--deployment/heat/onap-rke/k8s_vm_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/k8s_vm_install.sh b/deployment/heat/onap-rke/k8s_vm_install.sh
index bc538f8d3..ebd4563a9 100644
--- a/deployment/heat/onap-rke/k8s_vm_install.sh
+++ b/deployment/heat/onap-rke/k8s_vm_install.sh
@@ -50,7 +50,7 @@ sed -i 's|http://archive.ubuntu.com|http://nova.clouds.archive.ubuntu.com|g' /et
while ! hash jq &> /dev/null; do
apt-get -y update
# apt-get -y dist-upgrade
- apt-get -y install apt-transport-https ca-certificates curl software-properties-common jq nfs-common docker.io
+ apt-get -y install curl jq nfs-common docker.io
systemctl enable docker
usermod -aG docker ubuntu
sleep 10