Mats Pfeiffer
Mats Pfeiffer
Okay. It's now easier to debug for me because I am not using VSC for dart/flutter development. Will test later.
If you want to use the docker image as command (with the right alias mapping) it's exactly what you want. Using the flutter cli from the image instead of installing...
I would guess that your local user has also the uid 1000 and gid 1000 that are set at build time. You only set them when you build the image...
I try to improve it along the multistage image changes.
Before merging I need to setup github actions to build the images because dockerhub is missing the feature to pass in build args to the pipeline.
We should but the main goal will be to directly use the images from a registry without building them.
I need to migrate the build process to github actions. I will have time to do it beginning next year.
See #25
You can use it for CI but keep in mind that the included emulator + packages are not small. Because of this fact the image size is quite high.
Right :) Want to bring this as soon as possible, because it's also practical when you use different operating systems.