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 557b7cd commit df02df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ 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 --global core.sshCommand 'ssh -i /root/.ssh/blsq -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
RUN echo "Host github.com\n IdentityFile /root/.ssh/blsq\n IdentitiesOnly yes\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" >> /root/.ssh/config
RUN mkdir /app
COPY ./ /app
WORKDIR /app
Expand Down

0 comments on commit df02df7

Please sign in to comment.