shadowSetup than???
Some checks failed
Test action / Print hello world (push) Failing after 20s

This commit is contained in:
Chris Kruining 2025-09-04 15:00:37 +02:00
parent 22333b143b
commit e0002d7254
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -23,7 +23,7 @@ dockerTools.buildImage {
runAsRoot = ''
#!${stdenv.shell}
${dockerTools.shadowSetup}
# ${dockerTools.shadowSetup}
groupadd -r runner
useradd -r -g runner -d /data -M runner
mkdir /data