From 67f6d1d48dd70aacdf21d85602af133ec21400e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 20 Dec 2019 08:47:39 +0000 Subject: [PATCH] migrated to python3 --- containers/agent-windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/agent-windows/Dockerfile b/containers/agent-windows/Dockerfile index cab9695..0662992 100644 --- a/containers/agent-windows/Dockerfile +++ b/containers/agent-windows/Dockerfile @@ -20,7 +20,7 @@ RUN powershell -NoProfile -InputFormat None -Command ` # and a few more that were not documented... RUN choco install -y git RUN choco install -y cmake --version 3.15.4 -RUN choco install -y python2 +RUN choco install -y python3 RUN choco install -y ninja RUN choco install -y gnuwin RUN pip install psutil