From f783650c5721bae1813c3eb8b9c6dd0aff34ba10 Mon Sep 17 00:00:00 2001
From: auphelia <jakobapk@web.de>
Date: Wed, 12 Feb 2020 16:32:25 +0000
Subject: [PATCH] [Dockerfile] Add option to execute sshpass commands inside
 the container

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 734a8fd3f..161ceb5ac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,6 +14,8 @@ RUN pip install matplotlib
 RUN pip install pytest-dependency
 RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev
 RUN apt install verilator
+RUN apt-get -y install sshpass
+RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
 
 # Note that we expect the cloned finn directory on the host to be
 # mounted on /workspace/finn -- see run-docker.sh for an example
-- 
GitLab