diff --git a/Dockerfile b/Dockerfile index 734a8fd3f4b6493246f1c7e522da2934d09e849b..161ceb5ace3025e56b335064a8d1653c9ba26aba 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