I need checkout project in my CI server build image reusing docker cache.
Docker ADD not use cache when checkout same file.
I am in git branch A
git checkout, git clone, git fetch, an so on modify the creation date of file. Then docker see another file even is the same.
docker ADD command fails caching when creation date of file change.