Image based on python:3.11-windowsservercore with choco and git.
FROM python:3.11-windowsservercore
ENV chocolateyVersion 1.4.0
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 git -y
ENTRYPOINT ["powershell"]
Content type
Image
Digest
sha256:231366f67…
Size
2 GB
Last updated
over 3 years ago
docker pull bedelhaye/windows-python-git