Files
dockerfiles/powershell-azure/Dockerfile
2024-01-20 11:52:52 +01:00

6 lines
130 B
Docker

FROM uleenucks/powershell
RUN pwsh -c "Install-Module -Name AzureRM.NetCore"
# Import-Module -Name AzureRM
ENTRYPOINT [ "pwsh" ]