CI: add new key for apt

Fixing https://github.com/CopterExpress/clover/runs/2700356960#step:3:74
This commit is contained in:
Oleg Kalachev
2021-06-01 03:44:20 +03:00
parent b7f1f2b391
commit f29686b9f4

View File

@@ -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