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 d2261ef commit 0b15898Copy full SHA for 0b15898
Dockerfile
@@ -53,7 +53,7 @@ RUN apk add --quiet --no-cache libstdc++ bash && \
53
curl --create-dirs -sSLo ${ANDROID_HOME}/${ANDROID_SDK_FILENAME} ${ANDROID_SDK_URL} && \
54
unzip -q ${ANDROID_HOME}/${ANDROID_SDK_FILENAME} -d ${ANDROID_HOME} && \
55
rm -rf ${ANDROID_HOME}/${ANDROID_SDK_FILENAME} && \
56
- (while sleep 3; do echo "y"; done) | android -s --clear-cache update sdk --no-ui --force --all --filter tools,platform-tools,${ANDROID_BUILD_TOOLS_VERSION},${ANDROID_API_LEVELS},extra-android-m2repository && \
+ (while sleep 3; do echo "y"; done) | android -s --clear-cache update sdk --no-ui --force --all --filter tools,platform-tools,${ANDROID_BUILD_TOOLS_VERSION},${ANDROID_API_LEVELS},extra-android-m2repository,extra-google-m2repository && \
57
apk del build-dependencies && \
58
rm -rf /var/cache/* /tmp/*
59
0 commit comments