mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00: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)
|
||||
|
||||
for l in image/*/layer.tar; do
|
||||
ls_tar image/*/layer.tar >> baseFiles
|
||||
ls_tar $l >> baseFiles
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue