.
Some checks failed
Test action / Print hello world (push) Failing after 27s

This commit is contained in:
Chris Kruining 2025-09-04 15:34:40 +02:00
parent 237d208e93
commit 1cbfb6b5c0
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -22,11 +22,7 @@ dockerTools.buildImage {
};
runAsRoot = ''
#!${lib.getExe bashInteractive}
groupadd -r runner
useradd -r -g runner -d /data -M runner
mkdir /data
chown runner:runner /data
echo "je moeder!";
'';
config = {