mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
AzureRm -> Az; Remove AzureAD (#444)
Change PowerShell modules due to Linux incompatibilities
This commit is contained in:
parent
cc75d30bd7
commit
20e08d2abe
|
@ -5,10 +5,6 @@ RUN pwsh -c "Install-Module PowerShellGet -Force"
|
||||||
|
|
||||||
# Install Azure PowerShell module
|
# Install Azure PowerShell module
|
||||||
# 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 Az -AllowClobber -Force"
|
||||||
|
|
||||||
# Install Azure Active Directory module
|
|
||||||
# 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