docker-flutter
docker-flutter copied to clipboard
Create multi stage builds
Seperate Android SDK, Flutter and emulator with multi stage builds.
https://docs.docker.com/develop/develop-images/multistage-build/
- [x] Create base image
- [x] Reduce amount of images and use variables to configure the version
- [x] Add image with emulator based on the base image