mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 22:32:39 +01:00
@@ -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" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user