dockerTools: fix build failure when building in vm (#408932)
This commit is contained in:
commit
5041a8b7ba
@ -392,6 +392,7 @@ rec {
|
||||
|
||||
postMount = ''
|
||||
echo "Packing raw image..."
|
||||
mkdir -p $out
|
||||
tar -C mnt --hard-dereference --sort=name --mtime="@$SOURCE_DATE_EPOCH" -cf $out/layer.tar .
|
||||
'';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user