We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b71999 commit 87873e3Copy full SHA for 87873e3
Dockerfile
@@ -86,4 +86,5 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
86
"build-tools;$ANDROID_TOOLS_VERSION" \
87
"add-ons;addon-google_apis-google-23" \
88
"system-images;android-19;google_apis;armeabi-v7a" \
89
- "extras;android;m2repository"
+ "extras;android;m2repository" \
90
+ && rm -rf /opt/android/.android
0 commit comments