contrib: Dockerfile: install rsync

The kernel build requires rsync.
This commit is contained in:
Martin Weinelt 2020-05-09 22:44:53 +02:00
parent e9988567d9
commit 699eed4fd4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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 \