Use fakeroot for proot cmd in streamLayeredImage

Resolves #275705
This commit is contained in:
Matthew Planchard 2024-01-23 14:55:08 -05:00
parent 97f2b81fed
commit d538fefb62
No known key found for this signature in database
GPG Key ID: 1695EDC5E077DC41

View File

@ -915,7 +915,7 @@ rec {
mkdir $out
${if enableFakechroot then ''
proot -r $PWD/old_out ${bind-paths} --pwd=/ --root-id bash -c '
proot -r $PWD/old_out ${bind-paths} --pwd=/ fakeroot bash -c '
source $stdenv/setup
eval "$fakeRootCommands"
tar \