Skip to content

Instantly share code, notes, and snippets.

FROM ebahr/windowsservercore-netfx3:10.0.14393.2248
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ENV tempFolder C:\\temp
ENV hklmCodeGearRegistries hklm_codegear.reg
ENV hkcuCodeGearRegistries hkcu_codegear.reg
#install msbuild 15
RUN Invoke-WebRequest "https://aka.ms/vs/15/release/vs_BuildTools.exe" -OutFile vs_BuildTools.exe -UseBasicParsing ; \