Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 324 Bytes

Docker image with Android SDK and Flutter

Based on openjdk:8-slim and the work of Álvaro S. on installing the android sdk.

Building and running

docker build -t [image-name] .
docker run -it --entrypoint=/bin/bash [image-name]