We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3e740 commit 62ad201Copy full SHA for 62ad201
Dockerfile
@@ -26,6 +26,8 @@ RUN Invoke-WebRequest -Uri https://github.com/git-for-windows/git/releases/downl
26
$pathsToAdd = @('C:\git\cmd', 'C:\git\bin', 'C:\git\usr\bin'); `
27
$newPath = [Environment]::GetEnvironmentVariable('PATH', 'Machine') + ';' + ($pathsToAdd -join ';'); `
28
[Environment]::SetEnvironmentVariable('PATH', $newPath, 'Machine');
29
+
30
+RUN "C:\Git\cmd\git.exe" config --system core.longpaths true
31
32
33
# Install PowerShell 7
0 commit comments