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:
Tom Boettcher 2016-10-24 14:30:00 -05:00
parent ffca975de7
commit 30b09b8620

View file

@ -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