X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tools%2Fk8s%2Fheat%2Fscripts%2Fk8s_vm_install.sh;h=6f20ea2a62fe827b929689ad6b9d20d3f8b50dca;hb=b73a566a8b19e6255deca95384888606089bb9bd;hp=1ecdb1884a622afb479f0034adee95e3281c2328;hpb=1d4f9af2f5d9f70c6557cbbb35d39aa4a610c8c2;p=it%2Fdep.git diff --git a/tools/k8s/heat/scripts/k8s_vm_install.sh b/tools/k8s/heat/scripts/k8s_vm_install.sh index 1ecdb188..6f20ea2a 100644 --- a/tools/k8s/heat/scripts/k8s_vm_install.sh +++ b/tools/k8s/heat/scripts/k8s_vm_install.sh @@ -148,7 +148,7 @@ echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries # install low latency kernel, docker.io, and kubernetes apt-get update -RES=$(apt-get install -y virt-what curl jq netcat make ipset 2>&1) +RES=$(apt-get install -y virt-what curl jq netcat make ipset moreutils 2>&1) if [[ $RES == */var/lib/dpkg/lock* ]]; then echo "Fail to get dpkg lock. Wait for any other package installation" echo "process to finish, then rerun this script"