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