From ed0274c56a00157788d43c5d2e2f43e747fac9eb Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 01:55:24 -0700 Subject: [PATCH] Initialize flutter for the first time --- LinuxGeneralCompiler/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index d4732b8..16c51e2 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -26,4 +26,7 @@ WORKDIR / RUN rm *.xz +RUN flutter --disable-analytics +RUN flutter doctor + ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ] \ No newline at end of file