arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git] / .gitlab-ci / windows / Dockerfile
blob82f1993e9f50a24bea9bc63b57b6cece1c3ee51f
1 # escape=`
3 FROM mcr.microsoft.com/windows/server:ltsc2022
5 # Make sure any failure in PowerShell scripts is fatal
6 SHELL ["powershell", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Stop';"]
7 ENV ErrorActionPreference='Stop'
9 COPY install.ps1 C:\
10 RUN C:\install.ps1