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 (#4505) (#4506)
  • Loading branch information
leandron authored and tqchen committed Dec 13, 2019
1 parent 48a5aa0 commit 7e3bf12
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 7e3bf12

Please sign in to comment.