diff --git a/index.ts b/index.ts index eb80b16..24ac30d 100644 --- a/index.ts +++ b/index.ts @@ -34,7 +34,7 @@ if (process.argv[2] === "generate-secrets") { console.debug(rootfsDir); const alpine = await Alpine.makeWorld({ dir: rootfsDir }); - await alpine.addPackages(["helix", "iproute2-ss", "socat"]); + await alpine.addPackages(["helix", "htop", "iproute2-ss", "socat"]); const runit = await Runit.setup(alpine); await setupDhcpcd(alpine, runit); await setupNtpsec(alpine, runit);