Skip to content
Snippets Groups Projects
Commit e58d3e1e authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] install rsync

parent 3a2ec17c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,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 nano zsh
RUN apt-get install -y verilator nano zsh rsync
RUN apt-get -y install sshpass
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