From 0d9b934864eb07fbd850b45ad8ed121dd1e99707 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 22 Jun 2024 18:20:09 +1000 Subject: [PATCH] fix: Update phase name in nixpack --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index d9c92cb..e728eab 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ # nixpacks.toml -[phase.name] +[phase.setup] aptPkgs = ['knot-dnsutils','curl','wget'] \ No newline at end of file