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