diff --git a/ubuntu/scripts/update.sh b/ubuntu/scripts/update.sh index 9e872b6..02b9058 100644 --- a/ubuntu/scripts/update.sh +++ b/ubuntu/scripts/update.sh @@ -25,3 +25,28 @@ EOF # Upgrade all installed packages incl. kernel and kernel headers apt-get -y dist-upgrade -o Dpkg::Options::="--force-confnew"; + +apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D +apt-key adv -k 58118E89F3A912897C070ADBF76221572C52609D +cat << EOF | tee /etc/apt/sources.list.d/docker.list +deb [arch=amd64] https://apt.dockerproject.org/repo ubuntu-xenial main +EOF + +curl -s http://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - +cat <