Dockerfile: install rsync

Some packages need rsync to be installed on the host.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/30/head
Paul Spooren 2019-09-19 11:12:03 -10:00
parent 133f2ad712
commit 7d1ad316b6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apt-get update -qq &&\
libssl-dev \
python2.7 \
python3 \
rsync \
subversion \
sudo \
swig \