Prebuild Flutter releases used by containerbase/base.
Build the image
docker build -t builder .
Test the image
docker run --rm -it -v ${PWD}/.cache:/cache -e DEBURG=true builder 3.0.2
${PWD}/.cache
will contain packed releases after successful build.
Optional environment variables
Name | Description | Default |
---|---|---|
DEBUG |
Show verbose php build output | <empty> |