Skip to content

Commit

Permalink
Ensure docker has required mediainfo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Sep 11, 2024
1 parent 9513a29 commit 6c2e54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6c2e54a

Please sign in to comment.