Skip to content

Commit e297f87

Browse files
committed
- adds docker image definition
1 parent f1d837a commit e297f87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM mcr.microsoft.com/powershell
2+
3+
RUN pwsh -c "Install-Module Microsoft.Graph -Scope CurrentUser -AllowClobber -Force "
4+
5+
LABEL description="# Welcome to Microsoft Graph PowrShell \
6+
To start learning about the module checkout the [getting started documentation](https://docs.microsoft.com/en-us/powershell/microsoftgraph/get-started)"

0 commit comments

Comments
 (0)