An open API service indexing awesome lists of open source software.

https://github.com/bod/android-dockerfile

A very simple Dockerfile with the Android tools
https://github.com/bod/android-dockerfile

Last synced: 4 months ago
JSON representation

A very simple Dockerfile with the Android tools

Awesome Lists containing this project

README

          

# android-dockerfile

A very simple Dockerfile with the Android tools.

An equivalent script for Amazon ec2 (Amazon Linux 2) is also available [here](ec2-android-sdk-setup.sh) and can be used this way:

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/BoD/android-dockerfile/master/ec2-android-sdk-setup.sh)"
```