mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
5be2df4859
commit
d584bb67b3
|
@ -7,6 +7,8 @@ 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:
|
# Install Azure Active Directory module
|
||||||
# Import-Module -Name AzureRM
|
# Install the Azure Active Directory modules from the PowerShell Gallery
|
||||||
|
RUN pwsh -c "Install-Module -Name AzureAD -AllowClobber -Force"
|
||||||
|
|
||||||
ENTRYPOINT [ "pwsh" ]
|
ENTRYPOINT [ "pwsh" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user