-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7274c0a
commit fcced22
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ FROM we2app/java | |
LABEL maintainer="[email protected]" \ | ||
org.label-schema.schema-version="1.0" \ | ||
org.label-schema.name="Android Image" \ | ||
org.label-schema.description="Android Image 34.0.0" | ||
org.label-schema.description="Android Image 33.0.1" | ||
|
||
|
||
# https://developer.android.com/studio/#downloads | ||
ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip" \ | ||
ANDROID_BUILD_TOOLS_VERSION=34.0.0\ | ||
ANDROID_BUILD_TOOLS_VERSION=33.0.1 \ | ||
ANT_HOME="/usr/share/ant" \ | ||
MAVEN_HOME="/usr/share/maven" \ | ||
GRADLE_HOME="/usr/share/gradle" \ | ||
|