This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ; \ |