From 557b7cd7cd6570dd04b5c69baf619c4997224fc4 Mon Sep 17 00:00:00 2001 From: Eric Darchis Date: Fri, 10 Nov 2023 17:50:34 +0100 Subject: [PATCH] another pityful attempt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 446eb68..a6531cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN ls -l /root/.ssh/ RUN ssh-keyscan github.com >> /root/.ssh/known_hosts # Testing the key # RUN ssh -vv -i /root/.ssh/blsq git@github.com -RUN git config core.sshCommand 'ssh -i /root/.ssh/blsq -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' +RUN git config --global core.sshCommand 'ssh -i /root/.ssh/blsq -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' RUN mkdir /app COPY ./ /app WORKDIR /app