mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -7,4 +7,6 @@ RUN pwsh -c "Install-Module PowerShellGet -Force"
|
||||
# Install the Azure Resource Manager modules from the PowerShell Gallery
|
||||
RUN pwsh -c "Install-Module -Name AzureRM -AllowClobber -Force"
|
||||
|
||||
# You will have to load the module into the session with:
|
||||
# Import-Module -Name AzureRM
|
||||
ENTRYPOINT [ "pwsh" ]
|
||||
|
||||
Reference in New Issue
Block a user