From 5e62973e08c6f9499f8670bf7bf25eb5fd158531 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Mon, 14 Dec 2020 14:55:42 +0000 Subject: [PATCH] Include rsync to support syncing folders (#1186) Add rsync to enable vagrant folder syncing. Closes: #1183 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8c5aa4..452fa31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,9 @@ RUN apt update \ git \ gosu \ kmod \ - openssh-client \ libvirt-bin \ + openssh-client \ + rsync \ && rm -rf /var/lib/apt/lists \ ;