From a94b6223ba55ef783da5c9f299095eb94d4dae46 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 14:10:43 -0700 Subject: [PATCH] Add a precache instruction --- LinuxGeneralCompiler/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index 6b3bbe2..32e7d80 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -73,4 +73,6 @@ RUN source "${HOME}/.sdkman/bin/sdkman-init.sh" \ RUN /flutter/bin/flutter doctor +RUN /flutter/bin/flutter precache + ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ] \ No newline at end of file