This commit is contained in:
MedzikUser 2021-10-01 22:42:17 +02:00
parent 69d7738cfc
commit a598a9aefe
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,11 @@ RUN set -o xtrace \
ENV ANDROID_PLATFORM_VERSION 30
ENV ANDROID_BUILD_TOOLS_VERSION 30.0.2
RUN yes | sdkmanager platform-tools "platforms;android-$ANDROID_PLATFORM_VERSION" "build-tools;$ANDROID_BUILD_TOOLS_VERSION"
RUN yes | sdkmanager \
"platform-tools" \
"platforms;android-$ANDROID_PLATFORM_VERSION" \
"build-tools;$ANDROID_BUILD_TOOLS_VERSION" \
"cmdline-tools;latest"
RUN mkdir -p /root/.android \
&& touch /root/.android/repositories.cfg