From 1fb5f3d7d2695ee11f7ca3d644d163aa3854671d Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:54:31 +0200 Subject: [PATCH] add apt libopenjp2-7 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 36e9c95..759129c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -76,7 +76,7 @@ ram.runtime = "50M" main.default = 5000 [resources.apt] - packages = "postgresql, postgresql-contrib, python3-venv" + packages = "postgresql, postgresql-contrib, python3-venv libopenjp2-7" [resources.database] type = "postgresql"