fix warning

This commit is contained in:
Chris Kruining 2025-09-04 14:55:37 +02:00
parent 09a5df6253
commit 101bf12909
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -8,7 +8,10 @@ dockerTools.buildImage {
name = "default";
tag = "latest";
contents = [
copyToRoot = buildEnv {
name = "image-root";
pathsToLink = [ "/bin" ];
paths = [
coreutils
u-root-cmds
bash
@ -16,6 +19,7 @@ dockerTools.buildImage {
nodejs
podman
];
};
runAsRoot = ''
#!${stdenv.shell}