Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
A very simple Dockerfile with the Android tools
- Host: GitHub
- URL: https://github.com/bod/android-dockerfile
- Owner: BoD
- Created: 2017-02-27T17:22:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T17:17:00.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T13:09:37.671Z (about 1 month ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```