Using different Docker image
This commit is contained in:
parent
5c18a36d86
commit
38ffc97e74
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ variables:
|
|||
ANDROID_SDK_TOOLS: "10406996"
|
||||
|
||||
before_script:
|
||||
- apt update
|
||||
- apt install wget tar unzip bash
|
||||
- wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS}_latest.zip
|
||||
- unzip -d android-sdk-linux android-sdk.zip
|
||||
|
|
Loading…
Reference in a new issue