windowsservercore:1607 with chocolatey installed
179
DOCKER-FILE
FROM microsoft/windowsservercore:1607
SHELL ["powershell", "-command"]
RUN Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression
RUN refreshenv
RUN choco upgrade chocolatey
RUN choco feature enable -n allowGlobalConfirmation -y
Content type
Image
Digest
Size
5.4 GB
Last updated
about 7 years ago
docker pull ani1203/chocoinstall