From 2796b260c01932eac93e6086ca86d30218f786dd Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Fri, 19 Apr 2024 12:17:41 +0100 Subject: [PATCH] Update ppa domain ppa domains changed in 2022; although the old ones were supposed to remain indefinitely, they're currently inaccessible; but we should update to the new one anyway https://blog.launchpad.net/ppa/new-domain-names-for-ppas --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0f4ebf..71fbfe9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM ghcr.io/opensafely-core/base-action:22.04 as base # use space efficient utility from base image RUN --mount=type=cache,target=/var/cache/apt \ - echo "deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu jammy main" > /etc/apt/sources.list.d/deadsnakes-ppa.list &&\ + echo "deb https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy main" > /etc/apt/sources.list.d/deadsnakes-ppa.list &&\ /usr/lib/apt/apt-helper download-file 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf23c5a6cf475977595c89f51ba6932366a755776' /etc/apt/trusted.gpg.d/deadsnakes.asc # stata needs libpng16, install python dependencies