From 33423433ff41f0972d286aa8ecafc8cd3f11df4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 12 Dec 2023 10:45:40 +0100 Subject: [PATCH] Add zlib1g-dev dependency --- manifest.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index bed32df..47eb40a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,7 +64,16 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql carton" + packages = [ + "build-essential", + "libssl-dev", + "zlib1g-dev", + "libpq-dev", + "libio-socket-ssl-perl", + "liblwp-protocol-https-perl", + "carton", + "postgresql", + ] [resources.database] type = "postgresql"