mirror of
https://github.com/cirruslabs/docker-images-android.git
synced 2026-05-17 16:20:35 +00:00
Don't pre-install fastlane (#22)
Since it's updating too frequently Related to #21
This commit is contained in:
@@ -25,7 +25,6 @@ RUN cd /opt \
|
||||
&& wget -q https://dl.google.com/android/repository/sdk-tools-linux-$ANDROID_SDK_TOOLS_VERSION.zip -O android-sdk-tools.zip \
|
||||
&& unzip -q android-sdk-tools.zip -d ${ANDROID_HOME} \
|
||||
&& rm android-sdk-tools.zip \
|
||||
&& gem install fastlane -NV \
|
||||
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers \
|
||||
&& yes | sdkmanager --licenses \
|
||||
&& wget -O /usr/bin/android-wait-for-emulator https://raw.githubusercontent.com/travis-ci/travis-cookbooks/master/community-cookbooks/android-sdk/files/default/android-wait-for-emulator \
|
||||
|
||||
Reference in New Issue
Block a user