6 lines
130 B
Docker
6 lines
130 B
Docker
FROM uleenucks/powershell
|
|
|
|
RUN pwsh -c "Install-Module -Name AzureRM.NetCore"
|
|
# Import-Module -Name AzureRM
|
|
ENTRYPOINT [ "pwsh" ]
|