File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
# ==============================================================================
16
16
set -e -x
17
17
18
+ # Remove the now private ppa. This can be removed after the docker image removes the
19
+ # pre-installed python packages from this ppa.
20
+ rm -f /etc/apt/sources.list.d/jonathonf-ubuntu-python-3_6-xenial.list
21
+
18
22
PYTHON_VERSIONS=" python2.7 python3.5 python3.6 python3.7"
19
23
ln -sf /usr/bin/python3.5 /usr/bin/python3 # Py36 has issues with add-apt
20
24
curl -sSOL https://bootstrap.pypa.io/get-pip.py
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ wget ${QUIET_FLAG} https://github.com/bazelbuild/buildtools/releases/download/0.
50
50
chmod +x buildozer
51
51
sudo mv buildozer /usr/local/bin/.
52
52
53
+ # Remove the now private ppa. This can be removed after the docker image removes the
54
+ # pre-installed python packages from this ppa.
55
+ rm -f /etc/apt/sources.list.d/jonathonf-ubuntu-python-3_6-xenial.list
56
+
53
57
# Install clang-format
54
58
apt-get update -qq && apt-get install -y clang-format-3.8
55
59
You can’t perform that action at this time.
0 commit comments