docker-android-build-box icon indicating copy to clipboard operation
docker-android-build-box copied to clipboard

Consider removing the Flutter SDK from the master branch (only have it for Flutter branch)

Open ozmium opened this issue 3 years ago • 0 comments

I've noticed there are 2 branches in this Github project: "master" and "flutter".

If the flutter branch is only used for building Flutter apps, consider removing the Flutter SDK and the FLUTTER_HOME environment variable from the Dockerfile, on the master branch. This would reduce the Docker image size by about 542 MB, to make it more efficient.

And the Readme file could contain instructions and links on how to use the Docker image to build Flutter apps.

ozmium avatar Aug 18 '20 13:08 ozmium