/flutter-android-sdk

Docker image with Android SDK and Flutter

Primary LanguageDockerfile

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]