Skip to content

Commit

Permalink
another pityful attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
edarchis committed Nov 10, 2023
1 parent 2f8d853 commit 557b7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 557b7cd

Please sign in to comment.