Merge pull request #176324 from meebey/meebey/meebey-patch-1

doc/builders/images/dockertools: improve shadowSetup example
This commit is contained in:
adisbladis 2022-06-21 20:24:20 +08:00 committed by GitHub
commit 02c180b646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,7 +302,7 @@ buildImage {
runAsRoot = ''
#!${pkgs.runtimeShell}
${shadowSetup}
${pkgs.dockerTools.shadowSetup}
groupadd -r redis
useradd -r -g redis redis
mkdir /data