Skip to content

Commit db6c02f

Browse files
committed
Address PR feedback
1 parent 63c054d commit db6c02f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • tools/releaseBuild/Images/microsoft_powershell_windowsservercore

tools/releaseBuild/Images/microsoft_powershell_windowsservercore/DockerFile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ SHELL ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "-comma
1212
COPY dockerInstall.psm1 containerFiles/dockerInstall.psm1
1313
RUN 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
1918
ADD 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
2726
RUN 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"]

0 commit comments

Comments
 (0)