From: Ritu Sood Date: Wed, 20 Mar 2019 16:17:10 +0000 (-0700) Subject: Workaround for Kernel Package Issue X-Git-Tag: 0.1.0~51 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=58f8933d2df7c2601bbdff7bfec1652b48946138;p=multicloud%2Fk8s.git Workaround for Kernel Package Issue Due to Ubuntu Kernel package issue KRD is not installing. https://bugs.launchpad.net/ubuntu/+source/linux-base/+bug/1820755 This is a workaround to not install those kernel packages Change-Id: Ib298ad695c2e7b88bef46340afc9407868820e1d Signed-off-by: Ritu Sood Issue-ID: MULTICLOUD-301 --- diff --git a/vagrant/installer.sh b/vagrant/installer.sh index cf1eb357..6f0c3052 100755 --- a/vagrant/installer.sh +++ b/vagrant/installer.sh @@ -55,7 +55,7 @@ function _install_docker { if $(docker version &>/dev/null); then return fi - sudo apt-get install -y software-properties-common linux-image-extra-$(uname -r) linux-image-extra-virtual apt-transport-https ca-certificates curl + sudo apt-get install -y apt-transport-https ca-certificates curl curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt-get update