summaryrefslogtreecommitdiff
path: root/ci/setup_android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/setup_android.sh')
-rw-r--r--ci/setup_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/setup_android.sh b/ci/setup_android.sh
index 992044302..fee29613b 100644
--- a/ci/setup_android.sh
+++ b/ci/setup_android.sh
@@ -3,7 +3,7 @@ set -e
apt-get update && apt-get install -y software-properties-common
add-apt-repository -y ppa:openjdk-r/ppa
-apt-get update && apt-get install -y openjdk-8-jdk wget expect git curl libsaxonb-java ant
+apt-get update && apt-get install -y openjdk-8-jdk wget expect curl libsaxonb-java ant ca-certificates python-pip
apt-get remove -y openjdk-7-jre-headless
export ANDROID_SDK_HOME=/opt/android-sdk-linux