A minimal Android Docker image based on Alpine Linux and OpenJDK 8
- Alpine ( 3.6 )
- OpenJDK 8 ( 8u131 )
- Android SDK ( 7+ (O), API 26, revision 1 )
- Android SDK Platform-Tools ( 26.0.0 )
- Android SDK Build-Tools ( 26.0.0 )
- Android SDK Tools ( 26.0.2 )
- Android Support Repository ( 47.0.0)
- Google Play Services ( revision 41 )
- Google Repository ( revision 54)
- 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-androidPlease file an issue on Github
Released under the MIT License by Greyfox, Inc.