contrib: Dockerfile: install rsync

The kernel build requires rsync.
This commit is contained in:
Martin Weinelt 2020-05-09 22:44:53 +02:00 committed by David Bauer
parent 9afb48b6b8
commit f4b0d007f3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev \
libelf-dev \
wget \
rsync \
time \
ecdsautils \
lua-check \