From e68d7a3a9182fbe7111f842c4d854de4cb449479 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Fri, 23 Apr 2021 17:48:59 +0100 Subject: [PATCH] [Docker] add rsync to Dockerfile.finn_ci --- docker/Dockerfile.finn_ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.finn_ci b/docker/Dockerfile.finn_ci index 690461279..3aab78421 100644 --- a/docker/Dockerfile.finn_ci +++ b/docker/Dockerfile.finn_ci @@ -34,7 +34,7 @@ WORKDIR /workspace RUN apt-get update RUN apt-get -y upgrade RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev -RUN apt-get install -y verilator zsh nano +RUN apt-get install -y verilator zsh nano rsync RUN apt-get install -y sshpass wget unzip RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config -- GitLab