Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
New preinstalled package: build-tools-27.0.1 (#134)
Browse files Browse the repository at this point in the history
Removed duplicated emulator installation
  • Loading branch information
koral-- authored and viktorbenei committed Nov 9, 2017
1 parent 406b155 commit 1ec1b4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UPCOMING

## `v2017_11_08_1`

* new preinstalled packages: `build-tools-27.0.1`: https://github.com/bitrise-docker/android/pull/134

## `v2017_11_07_1`

* new preinstalled packages:
Expand Down
11 changes: 2 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ RUN yes | sdkmanager --licenses
# Platform tools
RUN sdkmanager "platform-tools"

# Emulator
# RUN sdkmanager "emulator"
# For now we'll keep using 26.1.2 ; 26.1.3 had some booting issues...
RUN cd /opt \
&& wget https://dl.google.com/android/repository/emulator-linux-4077558.zip -O emulator.zip \
&& unzip -q emulator.zip -d ${ANDROID_HOME} \
&& rm emulator.zip

# SDKs
# Please keep these in descending order!
# The `yes` is for accepting all non-standard tool licenses.
Expand All @@ -67,6 +59,7 @@ RUN yes | sdkmanager \
"platforms;android-19" \
"platforms;android-17" \
"platforms;android-15" \
"build-tools;27.0.1" \
"build-tools;27.0.0" \
"build-tools;26.0.2" \
"build-tools;26.0.1" \
Expand Down Expand Up @@ -161,5 +154,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_11_08_1
CMD bitrise -version

0 comments on commit 1ec1b4c

Please sign in to comment.