Updated runner version and added python package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM mcr.microsoft.com/windows/servercore:ltsc2022
|
FROM mcr.microsoft.com/windows/servercore:ltsc2022
|
||||||
|
|
||||||
ARG RUNNER_VERSION="2.309.0"
|
ARG RUNNER_VERSION="2.311.0"
|
||||||
|
|
||||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
|
||||||
|
|
||||||
@@ -14,7 +14,8 @@ RUN .\install-choco.ps1; Remove-Item .\install-choco.ps1 -Force
|
|||||||
RUN choco install -y \
|
RUN choco install -y \
|
||||||
git \
|
git \
|
||||||
gh \
|
gh \
|
||||||
powershell-core
|
powershell-core \
|
||||||
|
python
|
||||||
|
|
||||||
RUN choco install -y visualstudio2022buildtools --package-parameters \" \
|
RUN choco install -y visualstudio2022buildtools --package-parameters \" \
|
||||||
--quiet --norestart \
|
--quiet --norestart \
|
||||||
|
|||||||
Reference in New Issue
Block a user