Last active
April 7, 2020 19:58
-
-
Save timvw/bc0684f98899b11a6473 to your computer and use it in GitHub Desktop.
windowsservercore + chocolatey
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 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 |
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 choco_windows | |
| LABEL Description="nservicebus on windows" Vendor="icteam" Version="0.1.0" | |
| RUN chocolatey install nservicebus -y |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Base image to start building awesome sauce