mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
dockerTools: Fix loop typo.
This typo was causing only a single layer to be de-duplicated, rather than all parent layers.
This commit is contained in:
parent
ffca975de7
commit
30b09b8620
@ -438,7 +438,7 @@ rec {
|
|||||||
< image/repositories)
|
< image/repositories)
|
||||||
|
|
||||||
for l in image/*/layer.tar; do
|
for l in image/*/layer.tar; do
|
||||||
ls_tar image/*/layer.tar >> baseFiles
|
ls_tar $l >> baseFiles
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user