Skip to content

Commit

Permalink
RUN (yes "" 2>/dev/null || true) | sdkmanager --licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 28, 2024
1 parent c8111d6 commit cda153a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ RUN echo $PATH
#RUN . ~/.bashrc
##
RUN ls -l /root/Android/Sdk/cmdline-tools/latest/bin
RUN (yes "" 2>/dev/null || true) | sdkmanager --licenses
#
RUN /root/Android/Sdk/cmdline-tools/latest/bin/sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0"
#
1 change: 1 addition & 0 deletions Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ RUN echo $PATH
##
##
RUN ls -l /root/Android/Sdk/cmdline-tools/latest/bin
RUN (yes "" 2>/dev/null || true) | sdkmanager --licenses
RUN /root/Android/Sdk/cmdline-tools/latest/bin/sdkmanager "platform-tools" "platforms;android-35" "build-tools;35.0.0"
#

0 comments on commit cda153a

Please sign in to comment.