Skip to content

Commit

Permalink
Merge pull request #263 from opensafely-core/update-ppa
Browse files Browse the repository at this point in the history
Update ppa domain
  • Loading branch information
rebkwok authored Apr 19, 2024
2 parents d895033 + 28a7c3a commit cb68ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean
# see: https://gist.github.com/tiran/2dec9e03c6f901814f6d1e8dad09528e
# use space efficient utility from base image
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 https://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 &&\
root/docker-apt-install.sh python3.10 python3.10-venv python3.10-distutils tzdata ca-certificates

Expand Down

0 comments on commit cb68ddf

Please sign in to comment.