shlomo shalev ben aderet
shlomo shalev ben aderet
I get ״qemu: uncaught target signal 6 (Aborted) - core dumped״. I even tried to build the cirrusci/android-sdk:30 and cirrusci/android-sdk:tools images myself and then build a flutter image but I...
> I found a workaround by manually install Flutter Linux: > > ```dockerfile > FROM ubuntu:latest > > RUN apt-get update && \ > apt-get install -y curl git wget...
> @shlomo-shalev In my case I built `web` in the container using > > ```dockerfile > RUN flutter build web --release > ``` > > And it succeeded. At macbook...