From 387fc69bc3b40eff7981ceeb1b7ce26b6e16a803 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Fri, 4 Sep 2020 15:24:21 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 89d4f43..bab6364 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,9 +55,9 @@ COPY build/login_banner.txt /etc/motd RUN /etc/init.d/ssh start && ssh-keyscan -H localhost >> /home/player/.ssh/known_hosts && ssh-keyscan -H localhost >> /home/tester/.ssh/known_hosts # Set up the git server so that the player can run git clone gamemaster@localhost:/home/gamemaster/ctf-repo -RUN git clone --bare https://github.com/ShayNehmad/make-git-better-levels.git /home/gamemaster/ctf-repo +RUN git clone --bare https://github.com/TheCoreMan/make-git-better-levels.git /home/gamemaster/ctf-repo # Set up the other remote for the remote stages -RUN git clone --bare https://github.com/TheCoreMan/make-git-better-levels.git /home/gamemaster/forked-ctf-repo +RUN git clone --bare https://github.com/sandspider2234/make-git-better-levels.git /home/gamemaster/forked-ctf-repo # This file adds the player's ssh public key from before COPY build/gamemaster_entrypoint.sh /home/gamemaster RUN chown gamemaster:gamemaster /home/gamemaster/gamemaster_entrypoint.sh