From 765ea1018305b6aff93bfc07beedddc920e326c7 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 7 Jan 2025 13:52:03 +1100 Subject: [PATCH] fix: Add apache utils --- nixpacks.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nixpacks.json b/nixpacks.json index c73dd57..568fba4 100644 --- a/nixpacks.json +++ b/nixpacks.json @@ -26,6 +26,7 @@ "nixPkgs": [ "(php83.withExtensions (pe: pe.enabled ++ []))", "apacheHttpd", + "apache2-utils", "libmysqlclient", "php83Packages.composer", "nodejs_18",