Include rsync to support syncing folders (#1186)

Add rsync to enable vagrant folder syncing.

Closes: #1183
This commit is contained in:
Darragh Bailey 2020-12-14 14:55:42 +00:00 committed by GitHub
parent f51192e80b
commit 5e62973e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,9 @@ RUN apt update \
git \
gosu \
kmod \
openssh-client \
libvirt-bin \
openssh-client \
rsync \
&& rm -rf /var/lib/apt/lists \
;