From 8942a3a285fbf992783523299624e0790a7566e8 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sat, 22 Jun 2024 17:43:37 +1000 Subject: [PATCH] feat: Add curl and wget to package --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index e5765ad..d9c92cb 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,4 +1,4 @@ # nixpacks.toml [phase.name] - aptPkgs = ['knot-dnsutils'] \ No newline at end of file + aptPkgs = ['knot-dnsutils','curl','wget'] \ No newline at end of file