diff --git a/Dockerfile b/Dockerfile index 743714237..3c4ada561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12 RUN apt-get update && \ apt-get install -y --no-install-recommends \ ffmpeg \ - mediainfo \ + mediainfo=23.04-1 \ git \ g++ \ cargo \