From 919b6c87e59d46f59ec0937fcbb8611e9aa56cb6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:10:39 +0200 Subject: [PATCH] heasd --- nuxt/static/nixpacks.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nuxt/static/nixpacks.toml diff --git a/nuxt/static/nixpacks.toml b/nuxt/static/nixpacks.toml new file mode 100644 index 0000000..9f60b79 --- /dev/null +++ b/nuxt/static/nixpacks.toml @@ -0,0 +1,2 @@ + [phases.setup] + aptPkgs = ["openssh-client"]