mirror of https://github.com/google/oss-fuzz.git
[FFmpeg] install rsync as it is required for the seed corpus (#3912)
Fixes: Issue 22500 (build failure)
This commit is contained in:
parent
416350d5b3
commit
22f384c4fb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue