File tree Expand file tree Collapse file tree
tools/releaseBuild/Images/microsoft_powershell_windowsservercore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ SHELL ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "-comma
1212COPY dockerInstall.psm1 containerFiles/dockerInstall.psm1
1313RUN Import-Module ./containerFiles/dockerInstall.psm1; `
1414 Install-ChocolateyPackage -PackageName git -Executable git.exe; `
15- Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe; `
16- Install-ChocolateyPackage -PackageName cmake.install -Executable cmake.exe -Cleanup
15+ Install-ChocolateyPackage -PackageName nuget.commandline -Executable nuget.exe -Cleanup
1716
1817# Install WIX
1918ADD https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311-binaries.zip /wix.zip
@@ -27,4 +26,4 @@ ADD https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install
2726RUN new-item -Path 'C:\Program Files\PowerShell\latest' -ItemType Directory; `
2827 \install-powershell.ps1 -AddToPath -Destination 'C:\Program Files\PowerShell\latest'
2928
30- ENTRYPOINT ["C:\\Program Files\\PowerShell\\latest\\pwsh.exe", "-command"]
29+ ENTRYPOINT ["C:\\Program Files\\PowerShell\\latest\\pwsh.exe", "-command"]
You can’t perform that action at this time.
0 commit comments