[FFmpeg] install rsync as it is required for the seed corpus (#3912)

Fixes: Issue 22500 (build failure)
This commit is contained in:
Michael Niedermayer 2020-05-31 22:03:58 +02:00 committed by GitHub
parent 416350d5b3
commit 22f384c4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool build-es
libass-dev libfreetype6-dev libsdl1.2-dev \
libvdpau-dev libxcb1-dev libxcb-shm0-dev \
pkg-config texinfo libbz2-dev zlib1g-dev yasm cmake mercurial wget \
xutils-dev libpciaccess-dev nasm
xutils-dev libpciaccess-dev nasm rsync
RUN git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg