From a48325836f935bfbd7c9b5fc2260ca45a11eb293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 18 Jan 2024 14:47:34 +0100 Subject: [PATCH] fix apt dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d684776..7156240 100644 --- a/manifest.toml +++ b/manifest.toml @@ -93,7 +93,7 @@ ram.runtime = "50M" [resources.apt] packages = [ "openjdk-17-jre-headless", - "debconf-2.0", + "debconf", "procps", "uuid-runtime", "lua-ldap",