docker-flutter icon indicating copy to clipboard operation
docker-flutter copied to clipboard

Create multi stage builds

Open matsp opened this issue 5 years ago • 0 comments

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

matsp avatar Sep 23 '20 11:09 matsp