mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-01-06 14:03:07 -06:00
Include rsync to support syncing folders (#1186)
Add rsync to enable vagrant folder syncing. Closes: #1183
This commit is contained in:
parent
f51192e80b
commit
5e62973e08
@ -12,8 +12,9 @@ RUN apt update \
|
||||
git \
|
||||
gosu \
|
||||
kmod \
|
||||
openssh-client \
|
||||
libvirt-bin \
|
||||
openssh-client \
|
||||
rsync \
|
||||
&& rm -rf /var/lib/apt/lists \
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user