StefanScherer / dockerfiles-windows

Various Dockerfiles for Windows Containers
MIT License
1.11k stars 396 forks source link

use MinGit-busybox flavor of git instead of MinGit one. #375

Closed stalb closed 5 years ago

stalb commented 5 years ago

The MinGit version of git seems to have incompatibilities with windows since some commands as submodules are still implemented as Unix shell scripts: https://github.com/git-for-windows/git/issues/1303#issuecomment-354977460

This solves bug #372 on nanoserver 2016/1709/1803

StefanScherer commented 5 years ago

Thank you. LGTM