From a6464168c55c9f39426c20833652441863189331 Mon Sep 17 00:00:00 2001 From: Craig Thacker Date: Fri, 23 Feb 2024 15:28:46 +0000 Subject: [PATCH] Update --- containers/windows-servercore2022/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containers/windows-servercore2022/Dockerfile b/containers/windows-servercore2022/Dockerfile index a003377..9c460e7 100644 --- a/containers/windows-servercore2022/Dockerfile +++ b/containers/windows-servercore2022/Dockerfile @@ -52,8 +52,7 @@ RUN Set-ExecutionPolicy Unrestricted ; \ packer \ trivy -RUN choco install -y cygwin --params "/InstallDir:C:\Cygwin" ; \ - choco install -y msys2 --params "/InstallDir:C:\Msys2" +RUN choco install -y cygwin --params "/InstallDir:C:\Cygwin" # This can take a while, which is why its a separate step RUN pwsh -Command Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted ; \