From 355e2b383c874eaa3dcf71deb8fc498e2cf3f9ad Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Thu, 21 Mar 2024 12:43:41 -0700 Subject: [PATCH] try it without the symbolic link --- Shilohimage | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Shilohimage b/Shilohimage index 8ae5656d..f5a9eee7 100644 --- a/Shilohimage +++ b/Shilohimage @@ -99,10 +99,8 @@ RUN apt-get update \ USER frappe -RUN mkdir -p /home/frappe/.ssh && ln -s /run/secrets/user_ssh_key /home/frappe/.ssh/id_ed25519 -RUN chown -R frappe:frappe /home/frappe/.ssh -RUN chmod 600 /home/frappe/.ssh/id_ed25519 -RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile ~/.ssh/id_ed25519\n" >> /home/frappe/.ssh/config +RUN mkdir -p /home/frappe/.ssh +RUN echo -e "Host *\n\tStrictHostKeyChecking no\n\tIdentityFile /run/secrets/user_ssh_key\n" >> /home/frappe/.ssh/config RUN ssh -T git@githaven.org:2222/Shiloh/brotherton-erpnext.git