2025-04-01 10:38:02 +09:00

7 lines
402 B
Docker

FROM golang:1.20.3-windowsservercore-1809
SHELL ["powershell", "-command"]
RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
RUN choco install mingw -y --version 12.2.0.03042023