mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
add comment
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
59cbf8f4b2
commit
dfababcec6
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user