From 5e9a7be29561b79e947c94182e90cd8418506aca Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Wed, 8 Jul 2020 10:25:05 +0200 Subject: [PATCH] add perl to windows image --- containers/agent-windows-vs2019/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/containers/agent-windows-vs2019/Dockerfile b/containers/agent-windows-vs2019/Dockerfile index 692826b..967ca75 100644 --- a/containers/agent-windows-vs2019/Dockerfile +++ b/containers/agent-windows-vs2019/Dockerfile @@ -32,11 +32,8 @@ RUN powershell -NoProfile -InputFormat None -Command ` # install tools as described in https://llvm.org/docs/GettingStartedVS.html # and a few more that were not documented... -RUN choco install -y ninja -RUN choco install -y git +RUN choco install -y ninja git python3 gnuwin activeperl RUN choco install -y cmake --version 3.15.4 -RUN choco install -y python3 -RUN choco install -y gnuwin RUN choco install -y sccache RUN pip install psutil