Skip to content

Commit

Permalink
Update Ubuntu PPA domain
Browse files Browse the repository at this point in the history
Ubuntu 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
  • Loading branch information
lucyb committed Apr 23, 2024
1 parent 7e60c9d commit 79b8e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean
# Install python 3.10. This is the version used by the python-docker
# image, used for analyses using the OpenSAFELY pipeline.
RUN --mount=type=cache,target=/var/cache/apt \
echo "deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal main" > /etc/apt/sources.list.d/deadsnakes-ppa.list &&\
echo "deb http://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu focal 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 &&\
apt update &&\
apt install -y curl python3.10 python3.10-distutils python3.10-venv &&\
Expand Down

0 comments on commit 79b8e09

Please sign in to comment.