Ticket #3701: Dockerfile

File Dockerfile, 274 bytes (added by Der_Meister, 7 years ago)
Line 
1# escape=`
2
3FROM microsoft/windowsservercore
4SHELL ["powershell"]
5
6RUN $env:chocolateyUseWindowsCompression = 'false'; `
7    iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
8
9RUN cinst mc -y
10
11CMD C:\Program` Files` `(x86`)\Midnight` Commander\mc.exe