dockerTools: fix build failure when building in vm (#408932)

This commit is contained in:
Pol Dellaiera 2025-05-20 09:54:16 +00:00 committed by GitHub
commit 5041a8b7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 .
'';