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