Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.3 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.3 KB

Flutter docker image

BUILD AND PUBLISH BRANCHES GitHub Docker License: MIT

Alpine Linux images for Flutter & Dart with helpful utils and web build support.
Symlinks to dart, flutter in the folder: /opt/flutter
Rolling release update strategy at every monday.

Env

  • FLUTTER_ROOT = "/opt/flutter"
  • PUB_CACHE = "/var/tmp/.pub_cache"
  • ANDROID_HOME = "/opt/android"

Using image as non-flutter user

Due to git bug it is no longer possible to execute flutter commands unless you're flutter user as underlying installation /opt/flutter is owned by this user. Either add exception (git config --global --add safe.directory /opt/flutter) or perform all image build steps relying on flutter as flutter user