Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update deadsnakes ppa name (#9268)
Browse files Browse the repository at this point in the history
The deadsnakes ppa has changed names!  For more information, see deadsnakes/issues#54

Committed via https://github.com/asottile/all-repos
  • Loading branch information
deadsnakes-issues-bot authored and terrytangyuan committed Jan 2, 2018
1 parent 57d1692 commit 4aff838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_build/pip_tests/Dockerfile.pip_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# add repo to install different Python versions
RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository ppa:fkrull/deadsnakes && apt-get update
RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update
RUN apt-get install -y python python2.7 python3.4 python3.5 python3.6

# install other dependencies
Expand Down

0 comments on commit 4aff838

Please sign in to comment.