We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162f2ab commit af2c6b5Copy full SHA for af2c6b5
projects/ffmpeg/Dockerfile
@@ -15,9 +15,11 @@
15
################################################################################
16
17
FROM gcr.io/oss-fuzz-base/base-builder
18
-RUN apt-get update && apt-get install -y nasm pkg-config rsync autoconf libtool gperf
+RUN apt-get update && apt-get install -y nasm pkg-config rsync libtool gperf
19
RUN curl -LO https://mirrors.kernel.org/ubuntu/pool/main/a/automake-1.16/automake_1.16.5-1.3_all.deb && \
20
apt install ./automake_1.16.5-1.3_all.deb
21
+RUN curl -LO https://mirrors.kernel.org/ubuntu/pool/main/a/autoconf/autoconf_2.72-3_all.deb && \
22
+ apt install ./autoconf_2.72-3_all.deb
23
RUN python3 -m pip install --upgrade pip && python3 -m pip install -U meson ninja
24
25
RUN git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
0 commit comments