mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
dockerTools.streamLayeredImage: source $stdenv/setup before running fakeRootCommands
This commit is contained in:
parent
5199c7e6da
commit
057c7a2d58
@ -776,7 +776,7 @@ rec {
|
||||
mkdir $out
|
||||
|
||||
fakeroot bash -c '
|
||||
set -e
|
||||
source $stdenv/setup
|
||||
cd old_out
|
||||
eval "$fakeRootCommands"
|
||||
tar \
|
||||
|
Loading…
Reference in New Issue
Block a user