We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3b0ba commit 7ba5596Copy full SHA for 7ba5596
1 file changed
projects/ffmpeg/Dockerfile
@@ -20,8 +20,7 @@ RUN curl -LO https://mirrors.kernel.org/ubuntu/pool/main/a/automake-1.16/automak
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.1ubuntu1_all.deb && \
22
apt install ./autoconf_2.72-3.1ubuntu1_all.deb
23
-# Meson is pinned to get around https://github.com/mesonbuild/meson/issues/14533
24
-RUN python3 -m pip install --upgrade pip && python3 -m pip install -U meson==1.7.2 ninja
+RUN python3 -m pip install --upgrade pip && python3 -m pip install -U meson==1.11.1 ninja
25
26
RUN git clone --depth 1 https://github.com/FFmpeg/FFmpeg ffmpeg
27
0 commit comments