Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Sep 13, 2023
1 parent 5c7c03d commit ab93b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/nanoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
Invoke-WebRequest $url -OutFile 'GitLfs.zip' -UseBasicParsing ; `
Expand-Archive GitLfs.zip -DestinationPath c:\mingit\mingw64\bin ; `
Remove-Item GitLfs.zip -Force ; `
& c:\mingit\mingw64\bin\git-lfs.exe install
& c:\mingit\mingw64\bin\git-lfs-3.4.0\git-lfs.exe install

ARG user=jenkins

Expand Down

0 comments on commit ab93b37

Please sign in to comment.