From 097f04bb7614c09f2c4b82aedff37cbf6f8ce7eb Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 22 Jun 2024 18:23:28 +1000 Subject: [PATCH] fix: Include prereq --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index e728eab..38eccf0 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ # nixpacks.toml [phase.setup] - aptPkgs = ['knot-dnsutils','curl','wget'] \ No newline at end of file + aptPkgs = ['...','knot-dnsutils','curl','wget'] \ No newline at end of file