Add dockerfile for building the firestorm build environment
This commit is contained in:
parent
17a47a091d
commit
4e674ed73f
1 changed files with 4 additions and 1 deletions
|
@ -25,4 +25,7 @@ RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum li
|
|||
|
||||
RUN echo "export AUTOBUILD_VARIABLES_FILE=/firestorm/fs-build-variables/variables" >> env.sh
|
||||
|
||||
WORKDIR /builder
|
||||
ADD agent.secret /agent.secret
|
||||
|
||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
||||
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]
|
Loading…
Reference in a new issue