Initialize flutter for the first time

This commit is contained in:
zontreck 2024-07-07 01:55:24 -07:00
parent 2b49cb6c4b
commit ed0274c56a

View file

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