Created
March 1, 2018 20:37
-
-
Save ams0/4d6f2496b7642e56d49d32b3e9155980 to your computer and use it in GitHub Desktop.
simple dockerfile because nano server doesn't have a text editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM microsoft/windowsservercore:1709 | |
ENV chocolateyUseWindowsCompression false | |
RUN powershell -Command \ | |
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')); \ | |
choco feature disable --name showDownloadProgress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment