My "can I build for Windows without having Windows" experiment has now reached the stage where I'm trying to install Git from within Wine from within Docker, using Scoop running on Wine, and it fails... because it can't find 7zip?
```
Extracting 7z2600-x64.msi ... Exception: C:\users\root\scoop\apps\scoop\current\lib\core.ps1:824
Line |
824 | throw "Could not find '$(fname $from)'! (error $($proc.ExitCo .
|
| Could not find '7-Zip'! (error 16)
```