From a9154a16d7ebea1d423f75150869e4aff64b06b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 5 Feb 2024 23:05:04 +0100 Subject: [PATCH] fix dependecies --- manifest.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index aa62d33..7a4e79c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,10 +75,8 @@ ram.runtime = "50M" [resources.apt] packages = [ - "apt-transport-https", - "dirmngr", - "gnupg", - "ca-certificates", - "mediainfo", "mono-runtime", + "sqlite3", + "dirmngr", + "mediainfo", ]