From 4e674ed73f28fe4045ddb7f2191c5e12c949f6a8 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 22:53:15 -0700 Subject: [PATCH] Add dockerfile for building the firestorm build environment --- FirestormLinux/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FirestormLinux/Dockerfile b/FirestormLinux/Dockerfile index c3276f2..3337156 100644 --- a/FirestormLinux/Dockerfile +++ b/FirestormLinux/Dockerfile @@ -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 \ No newline at end of file +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" ] \ No newline at end of file