From bfad62130604eb114cfd43fa4c5e4415c1bcbd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 16 Jan 2019 02:19:02 +0100 Subject: [PATCH] Disable automatic know-hosts for now This will require user interaction when running the import script --- db-migration-worker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-migration-worker/Dockerfile b/db-migration-worker/Dockerfile index 844f65e16..39ef39275 100644 --- a/db-migration-worker/Dockerfile +++ b/db-migration-worker/Dockerfile @@ -4,6 +4,6 @@ ARG KNOWN_HOST RUN apt-get update RUN apt-get -y install openssh-client COPY id_rsa /root/.ssh/id_rsa -RUN ssh-keyscan -H $KNOWN_HOST >> /root/.ssh/known_hosts +# RUN ssh-keyscan -H $KNOWN_HOST >> /root/.ssh/known_hosts COPY import.sh .