Skip to content

Commit

Permalink
add google-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed Oct 30, 2017
1 parent d2261ef commit 0b15898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN apk add --quiet --no-cache libstdc++ bash && \
curl --create-dirs -sSLo ${ANDROID_HOME}/${ANDROID_SDK_FILENAME} ${ANDROID_SDK_URL} && \
unzip -q ${ANDROID_HOME}/${ANDROID_SDK_FILENAME} -d ${ANDROID_HOME} && \
rm -rf ${ANDROID_HOME}/${ANDROID_SDK_FILENAME} && \
(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 && \
apk del build-dependencies && \
rm -rf /var/cache/* /tmp/*

Expand Down

0 comments on commit 0b15898

Please sign in to comment.