Skip to content

Instantly share code, notes, and snippets.

@MatthewJDavis
Created August 23, 2017 19:44
Show Gist options
  • Select an option

  • Save MatthewJDavis/1aef9a47bc804b5a8e118a97b3ec32b8 to your computer and use it in GitHub Desktop.

Select an option

Save MatthewJDavis/1aef9a47bc804b5a8e118a97b3ec32b8 to your computer and use it in GitHub Desktop.
Docker file to build a container with AWS module installed
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