mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
vagrant: include rsync
Fixes #506 Signed-off-by: R00t Killah <r00tkillah@gmail.com>
This commit is contained in:
parent
19bd3f93ed
commit
8abfa9afa9
|
@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|||
qemu-kvm \
|
||||
ruby-dev \
|
||||
ssh \
|
||||
rsync \
|
||||
zlib1g-dev \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user