Skip to content
Snippets Groups Projects
Unverified Commit e68d7a3a authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Docker] add rsync to Dockerfile.finn_ci

parent cf8e6755
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment