-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* JDK8: 8u282-b08 → 8u292-b10 * JDK11: 11.0.10+9 → 11.0.11+9 * Android SDK Command-line Tools: 3.0 → 4.0
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ LABEL maintainer="Álvaro Salcedo García <[email protected]>" | |
|
||
ENV ANDROID_SDK_ROOT "/opt/sdk" | ||
ENV ANDROID_HOME ${ANDROID_SDK_ROOT} | ||
ENV CMDLINE_VERSION "3.0" | ||
ENV SDK_TOOLS "6858069" | ||
ENV CMDLINE_VERSION "4.0" | ||
ENV SDK_TOOLS "7302050" | ||
ENV PATH $PATH:${ANDROID_SDK_ROOT}/cmdline-tools/${CMDLINE_VERSION}/bin:${ANDROID_SDK_ROOT}/platform-tools:${ANDROID_SDK_ROOT}/extras/google/instantapps | ||
|
||
RUN apk add --no-cache bash git unzip wget && \ | ||
|