Skip to content

Commit

Permalink
[CI] Update docker image ci_lint to obtain Python 3.6 from ppa:deadsn…
Browse files Browse the repository at this point in the history
…akes/ppa (apache#4505) (apache#4506)
  • Loading branch information
leandron authored and Xingyu Zhou committed Dec 13, 2019
1 parent df3b0b6 commit 5d18d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apt-get install -y python-dev
# python 3.6
apt-get install -y software-properties-common

add-apt-repository ppa:jonathonf/python-3.6
add-apt-repository ppa:deadsnakes/ppa
apt-get update
apt-get install -y python-pip python-dev python3.6 python3.6-dev

Expand Down

0 comments on commit 5d18d79

Please sign in to comment.