Docker file that can be used with building Android applications.
1.7K
Docker container that can be used to build Android applications. It purposely has not got many dependencies. packaged with it to save on download size.
If other SDKs are required for your project, update the Dockerfile using sdkmanager to add the necessary dependencies.
The base image currently being used is frolvlad/alpine-java:jdk8-slim. It comes with no pre added SDK or build tools. If you are using Googles maven repository in your application, relevant tools will be downloaded as you build. This helps reduce the download size of this image although it does increase initial build times of your Android application.
Content type
Image
Digest
Size
1.9 GB
Last updated
almost 7 years ago
docker pull otormaigh/android-docker