mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add powershell azure;
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
4869a44737
commit
59cbf8f4b2
10
powershell-azure/Dockerfile
Normal file
10
powershell-azure/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM r.j3ss.co/powershell:latest
|
||||
|
||||
# Install/Update PowerShellGet
|
||||
RUN pwsh -c "Install-Module PowerShellGet -Force"
|
||||
|
||||
# Install Azure PowerShell module
|
||||
# Install the Azure Resource Manager modules from the PowerShell Gallery
|
||||
RUN pwsh -c "Install-Module -Name AzureRM -AllowClobber -Force"
|
||||
|
||||
ENTRYPOINT [ "pwsh" ]
|
Loading…
Reference in New Issue
Block a user