android installation in a docker file
This docker images shows how to install an android environment and uset the sdkmanager to install packages.
It contains 2 bash files, which must be executed directly in the directory:
build.bash
: will build the docker imagerun.bash
: will run a new docker container of the image and start the bash shell in interactive mode
see also this Stackoverflow answer