From 59993105bdd71307168943ef43c10e5e6408c8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 18 Mar 2021 22:37:33 +0200 Subject: [PATCH] windows: Stop installing GnuWin These tools aren't actually needed; the same tools from Git from Windows fill the same need. --- containers/agent-windows-vs2019/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/agent-windows-vs2019/Dockerfile b/containers/agent-windows-vs2019/Dockerfile index e51b941..e6c565d 100644 --- a/containers/agent-windows-vs2019/Dockerfile +++ b/containers/agent-windows-vs2019/Dockerfile @@ -40,7 +40,7 @@ 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 git python3 gnuwin +RUN choco install -y ninja git python3 RUN choco install -y activeperl --version 5.28.0.20210106 RUN choco install -y cmake --version 3.15.4 # libcxx requires clang(-cl) to be available