Skip to content

Commit

Permalink
ci: Install Cygwin in Windows Docker Container
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Sep 24, 2024
1 parent 47d6ef6 commit f8220ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/gcp_windows_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN choco install -y --no-progress dotnet-6.0-sdk
# Install Git
RUN choco install -y --no-progress git

# Intall Cygwin
RUN choco install -y --no-progress cygwin --params "/InstallDir:C:\Cygwin64 /NoStartMenu"

# Default to PowerShell.
# This is what Kokoro owned Docker images do. We'll do the same at least for now.
CMD ["powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]

0 comments on commit f8220ec

Please sign in to comment.