Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Feb 23, 2024
1 parent 52bb476 commit a646416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions containers/windows-servercore2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit a646416

Please sign in to comment.