Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 13, 2024
1 parent 7bfb1f8 commit 27408ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Images
# Audiovisual

Docker container to manipulate audiovisual media (ffmpeg, mkvtoolnix, mlt...).

Expand Down
2 changes: 1 addition & 1 deletion av/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
build:
context: .
dockerfile: Dockerfile
command: "sh -c '[ $$(id -u) -eq 1000 ] && identify --version'"
command: "sh -c '[ $$(id -u) -eq 1000 ] && ffprobe -version'"

0 comments on commit 27408ab

Please sign in to comment.