From 6a10685033116ec9663c566e73d80de79935a5f2 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Tue, 10 Feb 2026 11:55:04 +0000 Subject: [PATCH] Update dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 3158d95..ee00267 100644 --- a/dockerfile +++ b/dockerfile @@ -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 \ No newline at end of file