mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
add powershell azure;
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
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" ]
|
||||||
Reference in New Issue
Block a user