mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
072cf0122a
* Install git-lfs as its required now by gst-integration-suites * Clone gst-build eache time to avoid dated gst-build checkouts and overwritting .wrap files. Similar to !137 * Split the dockerfile and add a second run stage refresh the powershell env inbetween calls * Remove the msys2 workaround as its not needed anymore
12 lines
No EOL
295 B
Docker
12 lines
No EOL
295 B
Docker
# escape=`
|
|
|
|
FROM 'mcr.microsoft.com/windows/servercore:1607'
|
|
|
|
# Make sure any failure in PowerShell scripts is fatal
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
|
|
|
|
COPY install_toolchain.ps1 prepare_gst_env.ps1 C:\
|
|
|
|
RUN C:\install_toolchain.ps1
|
|
|
|
RUN C:\prepare_gst_env.ps1 |