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)