From 3f8f131f505b30709d04b4d10cbf3ee29360523a Mon Sep 17 00:00:00 2001 From: janssen <118828444+janssen-tiobe@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:41:40 +0100 Subject: [PATCH] Updated runner version and added python package --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a8d13c4..5248439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \