Add a precache instruction

This commit is contained in:
zontreck 2024-07-07 14:10:43 -07:00
parent b969f54975
commit a94b6223ba

View file

@ -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" ]