1 1.1 mrg # escape=` 2 1.1 mrg 3 1.1 mrg FROM mcr.microsoft.com/windows:1809 4 1.1 mrg 5 1.1 mrg # Make sure any failure in PowerShell scripts is fatal 6 1.1 mrg SHELL ["powershell", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Stop';"] 7 1.1 mrg ENV ErrorActionPreference='Stop' 8 1.1 mrg 9 1.1 mrg COPY mesa_deps_vs2019.ps1 C:\ 10 1.1 mrg RUN C:\mesa_deps_vs2019.ps1 11 1.1 mrg 12 1.1 mrg COPY mesa_deps.ps1 C:\ 13 1.1 mrg RUN C:\mesa_deps.ps1 14