Browse Source
android build: fix accepting licenses
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/kivy/tools/Dockerfile
|
|
@ -60,7 +60,7 @@ RUN mkdir --parents "${ANDROID_SDK_HOME}/.android/" \ |
|
|
|
RUN apt -y update -qq \ |
|
|
|
&& apt -y install -qq --no-install-recommends openjdk-8-jdk \ |
|
|
|
&& apt -y autoremove |
|
|
|
RUN yes | "${ANDROID_SDK_HOME}/tools/bin/sdkmanager" "build-tools;${ANDROID_SDK_BUILD_TOOLS_VERSION}" > /dev/null |
|
|
|
RUN yes | "${ANDROID_SDK_HOME}/tools/bin/sdkmanager" --licenses > /dev/null |
|
|
|
|
|
|
|
# download platforms, API, build tools |
|
|
|
RUN "${ANDROID_SDK_HOME}/tools/bin/sdkmanager" "platforms;android-24" > /dev/null && \ |
|
|
|