Created
August 23, 2017 19:44
-
-
Save MatthewJDavis/1aef9a47bc804b5a8e118a97b3ec32b8 to your computer and use it in GitHub Desktop.
Docker file to build a container with AWS module installed
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/powershell | |
| Run powershell -Command Install-Module -Name AWSPowerShell.NetCore -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment