Git command syntax

This commit is contained in:
zontreck 2024-07-09 17:07:25 -07:00
parent 838a81f416
commit 3e36488c66

View file

@ -91,8 +91,8 @@ ADD ./id_rsa.pub ./id_rsa.pub
RUN chmod 0600 id_rsa
# Precache SSH Host Keys
RUN ssh-keyscan -H github.com >> /root/.ssh/known_hosts
RUN ssh-keyscan -H git.zontreck.com -p 1212 >> /root/.ssh/known_hosts
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
RUN ssh-keyscan -p 1212 git.zontreck.com >> /root/.ssh/known_hosts
RUN echo "Precached SSH Host keys"
RUN cat /root/.ssh/known_hosts