Sign inSign up

bedelhaye/windows-python-git

By bedelhaye

•Updated over 3 years ago

Image
0

215

bedelhaye/windows-python-git repository overview

⁠Windows Python Git

Image based on python:3.11-windowsservercore with choco and git.

⁠Dockerfile

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"]

Tag summary

Content type

Image

Digest

sha256:231366f67…

Size

2 GB

Last updated

over 3 years ago

docker pull bedelhaye/windows-python-git