try fixing docker-image build
Some checks failed
Check / check (push) Successful in 3m47s
Build Images / build (push) Failing after 1m24s

This commit is contained in:
Joakim Repomaa
2026-02-20 21:50:30 +02:00
parent c8c5de288f
commit 6690b5c1ea
2 changed files with 38 additions and 4 deletions

View File

@@ -140,7 +140,7 @@
name = "node";
tag = "latest";
runAsRoot = ''
#!${pkgs.stdenv.shell}
#!${pkgs.runtimeShell}
set -e
${pkgs.dockerTools.shadowSetup}
groupadd -r node
@@ -156,6 +156,7 @@
nix
busybox
bash
skopeo
];
};
config = {