| ... | ... | @@ -45,6 +45,7 @@ RUN ` |
|
|
|
# This entry point starts the developer command prompt and launches the PowerShell shell.
|
|
|
|
ENTRYPOINT ["C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
|
|
|
|
```
|
|
|
|
🚧 The generated Docker image is huge. There is probably a way to be more selective on the workload to install (`--includeRecommended` is required to get the `cl` command, but add *a lot* of extra stuff).
|
|
|
|
|
|
|
|
Install Gitlab runner:
|
|
|
|
|
| ... | ... | |