Update dockerfile
Some checks failed
Build CI / Build (push) Failing after 13m59s

This commit is contained in:
2026-02-10 11:40:45 +00:00
parent 28e99659fc
commit ff3109ce27

View File

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