From 9e6d046e053978cf2a815c54e5fb3eee1777c70d Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 8 Jul 2023 16:39:06 +0200 Subject: [PATCH] add ffprobe dep --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f7fd21d..0bde6ca 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,7 +53,7 @@ ram.runtime = "1000M" main.url = "/" [resources.apt] - packages = "ffmpeg" + packages = "ffmpeg ffprobe" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"