From 53cb0faf955ae32bc00c27dfb001ae691912a826 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 6 Mar 2023 19:09:28 +0000 Subject: [PATCH] Path to known_hosts.hs (#361) * Bump to 3.1.0-beta.2 * Fix GH Action * Add debug * Fix variables * Remove armv6 and s390 from debian build * Fix path to entrypoint on debian * More fixes in debian Dockerfile * Finally get all the copy command correct --- .docker/Dockerfile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/Dockerfile.debian b/.docker/Dockerfile.debian index 4124cb1a..eeb158fa 100644 --- a/.docker/Dockerfile.debian +++ b/.docker/Dockerfile.debian @@ -33,7 +33,7 @@ RUN set -ex && \ WORKDIR /usr/src/node-red # Setup SSH known_hosts file -COPY known_hosts.sh . +COPY .docker/known_hosts.sh . RUN ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh RUN echo "PubkeyAcceptedKeyTypes +ssh-rsa" >> /etc/ssh/ssh_config