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