CI: Install apt-transport-https (#5053)
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 12 Mar 2020 17:13:22 +0000 (17:13 +0000)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 17:13:22 +0000 (10:13 -0700)
commit6d2838a43622d9355e680e5242ddb5ad3041693f
treeaf788a9292e755b52bce7ad0fc206dc140452b3e
parent70e11d32cfe847a9536f7511b68a19ea23ac8221
CI: Install apt-transport-https (#5053)

The ubuntu_install_llvm.sh script started failing because of a http to
https redirect.  This patch adds the package that allows apt to handle
https transport.

Change-Id: I70bcba32a9fc75d02c54f4f21f288b2f46226689
docker/install/ubuntu_install_core.sh