mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
pin cmake as 4.0.0 breaks a lot of things
This commit is contained in:
parent
2b5a969177
commit
8b98868c40
@ -138,7 +138,7 @@ RUN \
|
||||
pip \
|
||||
setuptools \
|
||||
wheel && \
|
||||
pip install --no-cache-dir cmake mako meson ninja packaging ply pyyaml
|
||||
pip install --no-cache-dir cmake==3.31.6 mako meson ninja packaging ply pyyaml
|
||||
|
||||
# compile 3rd party libs
|
||||
RUN \
|
||||
|
||||
@ -102,7 +102,7 @@ RUN \
|
||||
pip \
|
||||
setuptools \
|
||||
wheel && \
|
||||
pip install --no-cache-dir cmake meson ninja
|
||||
pip install --no-cache-dir cmake==3.31.6 meson ninja
|
||||
|
||||
# compile 3rd party libs
|
||||
RUN \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user