From e8b818c68fdb977d79ebbf83574c4ad89208bb7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Tue, 16 Aug 2022 09:23:46 +0200 Subject: [PATCH] [FIX] rsa key copy command --- templates/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Dockerfile.j2 b/templates/Dockerfile.j2 index d28343d..7819b04 100644 --- a/templates/Dockerfile.j2 +++ b/templates/Dockerfile.j2 @@ -7,7 +7,7 @@ COPY ./id_ed25519.sources /root/.ssh/ COPY ./ssh_config /root/.ssh/config {% if git_private_keys is defined %} # Install private keys -COPY ./id_rsa ~root/.ssh/ +COPY ./id_rsa /root/.ssh/ {% endif %} # Install private repos COPY ./private/* /opt/odoo/private/ -- GitLab