I tried to create a docker image with Java8, based on tklx/base.
I want to use this image as my Docker image for building Android apps in CI.
Currently, I'm using https://github.com/menny/docker_android, but this image is quite big (mostly because of Android SDK, but still, Ubuntu is a bit to blame as well).
Any tips?