Skip to content

Instantly share code, notes, and snippets.

@timvw
Last active April 7, 2020 19:58
Show Gist options
  • Select an option

  • Save timvw/bc0684f98899b11a6473 to your computer and use it in GitHub Desktop.

Select an option

Save timvw/bc0684f98899b11a6473 to your computer and use it in GitHub Desktop.
windowsservercore + chocolatey
FROM windowsservercore
LABEL Description="chocolatey on windows" Vendor="icteam" Version="0.1.0"
RUN @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://ch
ocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
FROM choco_windows
LABEL Description="nservicebus on windows" Vendor="icteam" Version="0.1.0"
RUN chocolatey install nservicebus -y
@timvw

timvw commented Oct 6, 2015

Copy link
Copy Markdown
Author

Base image to start building awesome sauce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment