From 945f0ffb632136695c370ee8575ea180bc92728a Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 9 Jul 2024 17:10:37 -0700 Subject: [PATCH] Removed debug commands --- LinuxGeneralCompiler/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index edd9d04..4a1443f 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -94,7 +94,4 @@ RUN chmod 0600 id_rsa RUN ssh-keyscan github.com >> /root/.ssh/known_hosts RUN ssh-keyscan -p 1212 git.zontreck.com >> /root/.ssh/known_hosts -RUN echo "Precached SSH Host keys" -RUN cat /root/.ssh/known_hosts - ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ] \ No newline at end of file