Skip to content
Snippets Groups Projects
Commit 64e00c06 authored by calrama's avatar calrama
Browse files

windows1809: Force older dotnetfx that works in docker

Newer version requires system reboot, which obviously doesn't work in docker
parent c325dada
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ COPY Profile.ps1 C:/Users/ContainerAdministrator/Documents/WindowsPowerShell/Mic ...@@ -6,6 +6,7 @@ COPY Profile.ps1 C:/Users/ContainerAdministrator/Documents/WindowsPowerShell/Mic
RUN . $Profile; \ RUN . $Profile; \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \ Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
Must-Run choco install -y dotnetfx --version 4.7.2.20180712 \
Must-Run choco install -y cmake --version 3.15.4 --installargs "ADD_CMAKE_TO_PATH=System"; \ Must-Run choco install -y cmake --version 3.15.4 --installargs "ADD_CMAKE_TO_PATH=System"; \
Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \ Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \
Must-Run choco install -y \ Must-Run choco install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment