From 15a10b3bb49b9a8f5ae180daf2ca4844ffad1141 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:23:12 +0200 Subject: [PATCH] fix dependencies --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index c9f5fac..e0fb443 100644 --- a/manifest.toml +++ b/manifest.toml @@ -96,7 +96,13 @@ ram.runtime = "50M" [resources.apt] packages = [ "exiftool", + "darktable", + "rawtherapee", + "imagemagick", + "libvips42", + "libjxl-tools", "ffmpeg", + "libavcodec-extra", "sqlite3", "tzdata", "libc6-dev",