A minimal Android Docker image based on Alpine Linux and OpenJDK 8
- Alpine ( 3.6 )
- OpenJDK 8 ( 8u131 )
- Android SDK ( 8+ P, API 28, revision 6 )
- Android SDK Build-Tools ( 28.0.2 )
- ContraintLayout with Solver ( 1.0.2 )
- Instant Apps SDK ( latest )
- Google APIs ( 24 )
- Google Repository ( latest )
- Google Play Services ( latest )
- Android SDK Tools ( latest )
- Android SDK Platform-Tools ( latest )
- Android Support Repository ( latest )
- add-ons: bash, curl, git, openssl, openssh-client, ca-certificates
exactly as you would with any other docker image inside Dockerfile
FROM greyfoxit/alpine-android
$ docker pull greyfoxit/alpine-android
$ git clone https://github.com/greyfoxit/alpine-android.git && cd alpine-android
$ docker build --no-cache -t greyfoxit/alpine-android .
$ docker run --rm -it greyfoxit/alpine-android
Please file an issue on Github
Released under the MIT License by Greyfox, Inc.