From f29686b9f48a28ee3e270fc73e255fd256c7f5c1 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 1 Jun 2021 03:44:20 +0300 Subject: [PATCH] CI: add new key for apt Fixing https://github.com/CopterExpress/clover/runs/2700356960#step:3:74 --- builder/standalone-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/standalone-install.sh b/builder/standalone-install.sh index 21bdeb96..e826401a 100755 --- a/builder/standalone-install.sh +++ b/builder/standalone-install.sh @@ -3,6 +3,7 @@ # Perform a "standalone install" in a Docker container set -e # Step 1: Install pip +apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654 # https://github.com/osrf/docker_images/issues/535 apt-get update apt-get install -y curl curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py