From df57fffed7840338c663e7aae036db6e47613b66 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 1 Jul 2023 01:57:10 +0530 Subject: [PATCH] ci: Reduce the size of the windows image a bit Part-of: --- ci/docker/windows/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index 040c77d8b1..0eabef3281 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -6,7 +6,8 @@ FROM 'mcr.microsoft.com/windows/server:ltsc2022' ENV ErrorActionPreference='Stop' SHELL ["powershell","-NoLogo", "-NonInteractive", "-Command"] -RUN Install-WindowsFeature -Name Server-Media-Foundation +# Not needed right now, disable for now +#RUN Install-WindowsFeature -Name Server-Media-Foundation # Visual Studio can't be installed with choco. # It depends on dotnetfx v4.8.0.20190930, which requires a reboot: dotnetfx (exit code 3010)