Update dockerfile
Some checks failed
Build CI / Build (push) Failing after 27m18s

This commit is contained in:
2026-02-10 11:55:04 +00:00
parent ff3109ce27
commit 6a10685033

View File

@@ -1,6 +1,6 @@
FROM ghcr.io/cirruslabs/flutter:3.38.9
COPY ./ /build
WORKDIR /build
RUN apt update -y && apt install clang cmake ninja-build pkg-config libgtk-3-dev libstdc++-12-dev
RUN apt update -y && apt install clang cmake ninja-build pkg-config libgtk-3-dev libstdc++-12-dev -y
RUN flutter build linux --release
RUN cp build/linux/*/release/bundle/prod /prod