Skip to content

Instantly share code, notes, and snippets.

@ams0
Created March 1, 2018 20:37
Show Gist options
  • Save ams0/4d6f2496b7642e56d49d32b3e9155980 to your computer and use it in GitHub Desktop.
Save ams0/4d6f2496b7642e56d49d32b3e9155980 to your computer and use it in GitHub Desktop.
simple dockerfile because nano server doesn't have a text editor
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