summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/windows/Dockerfile
blob: 02d9584e4a6223bfce05fd5492a00537953cbe09 (plain)
1
2
3
4
5
6
7
8
9
10
# escape=`

FROM mcr.microsoft.com/windows:1809

# Make sure any failure in PowerShell scripts is fatal
SHELL ["powershell", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Stop';"]
ENV ErrorActionPreference='Stop'

COPY mesa_deps.ps1 C:\
RUN C:\mesa_deps.ps1