mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-14 08:02:44 +02: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
|
# Install the Azure Resource Manager modules from the PowerShell Gallery
|
||||||
RUN pwsh -c "Install-Module -Name AzureRM -AllowClobber -Force"
|
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" ]
|
ENTRYPOINT [ "pwsh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user