Skip to content

Commit

Permalink
Merge branch 'master' into update-base-images
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Aug 22, 2022
2 parents 44b94da + 81deea3 commit 2e223f7
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 @@ -64,6 +64,7 @@ COPY --from=builder /app/auth-wrapper /opt/bin/auth-wrapper
RUN ln -s /opt/bin/auth-wrapper /opt/bin/docker

ENV GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
RUN echo "Host *\n StrictHostKeyChecking no" > /etc/ssh/ssh_config.d/01-hostkey-disable.conf

ENV PATH=/opt/bin:${PATH}
ENV SSH_KEY_PATH=${SSH_KEY_PATH}
Expand Down

0 comments on commit 2e223f7

Please sign in to comment.