Tom Nicklin
Tom Nicklin
Any updates on this?
Any interest in this?
I ran into the same problem on Monday (29/04/2024). Here's my logs from my pipeline ``` #16 8.211 Compiling lib/main_web.dart for the Web... #16 41.25 Target dart2js failed: ProcessException: Process...
I'm running into the same issue as well. ``` FROM cirrusci/flutter:stable RUN flutter doctor ``` And I get the same output ``` #5 16.81 ===== CRASH ===== #5 16.81 si_signo=Segmentation...
The machine it's built on may indeed be an issue. Just ran the same dockerfile on my linux machine with no issue.
I'm afraid not fixed for me ``` ~/Desktop 17s ❯ docker -v Docker version 20.10.20, build 9fdeb9c ~/Desktop ❯ cat Dockerfile FROM cirrusci/flutter:stable RUN flutter doctor ~/Desktop ❯ docker build...
I do have an M1 yes :| I'll look into your links thanks. Fingers crossed.
@jimmy-vo You can view it here if you'd like https://github.com/shmink/flutter-docker Also available on dockerhub so `docker pull shmink/flutter` I believe
Unfortunately, I cannot due to dependency conflicts with the repo I work on. I was kind of hoping that some kind soul could just copy and paste my examples above...
That structure looks like what I have but I'd rather stay on topic please.