hmmmmm
Some checks failed
Test action / Print hello world (push) Failing after 21s

This commit is contained in:
Chris Kruining 2025-09-04 14:58:31 +02:00
parent 40cd9d3745
commit 22333b143b
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -13,10 +13,10 @@ dockerTools.buildImage {
pathsToLink = [ "/bin" ];
paths = [
coreutils
u-root-cmds
# u-root-cmds
bash
nix
nodejs
# nix
# nodejs
# podman
];
};
@ -31,7 +31,7 @@ dockerTools.buildImage {
'';
config = {
# User = "root";
User = "runner";
Cmd = [ "${lib.getExe bashInteractive}" ];
WorkingDir = "/data";
Volumes = {