mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Reduce the size of the windows image a bit
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4939>
This commit is contained in:
parent
1ddec0d361
commit
df57fffed7
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue