Initialize flutter for the first time
This commit is contained in:
parent
2b49cb6c4b
commit
ed0274c56a
1 changed files with 3 additions and 0 deletions
|
@ -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" ]
|
Loading…
Add table
Add a link
Reference in a new issue