Updated runner version and added python package

This commit is contained in:
janssen
2023-12-15 11:41:40 +01:00
parent 0691bf192a
commit 3f8f131f50

View File

@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2022
ARG RUNNER_VERSION="2.309.0"
ARG RUNNER_VERSION="2.311.0"
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
@@ -14,7 +14,8 @@ RUN .\install-choco.ps1; Remove-Item .\install-choco.ps1 -Force
RUN choco install -y \
git \
gh \
powershell-core
powershell-core \
python
RUN choco install -y visualstudio2022buildtools --package-parameters \" \
--quiet --norestart \