Skip to content

Commit 23612bc

Browse files
Removes jmespath-terminal from the Docker image
1 parent cae14d0 commit 23612bc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,4 @@ RUN bash -c 'echo "export PATH=$PATH:/home/cli-microsoft365/.npm-global/bin:/hom
4848
&& pwsh -c 'm365 cli completion pwsh setup --profile $profile' \
4949
&& pwsh -c 'Add-Content -Path $PROFILE -Value "`r`Set-Alias -Name m365? -Value m365_chili"'
5050

51-
RUN pip install setuptools==58
52-
RUN pip install jmespath-terminal
53-
5451
CMD [ "bash", "-l" ]

docs/docs/user-guide/run-cli-in-docker-container.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 3
55

66
# Run CLI for Microsoft 365 in a Docker Container
77

8-
You can use Docker to run a standalone Linux container with CLI for Microsoft 365 and PowerShell pre-installed, with command completion (tab) automatically configured for you in both `bash` and `pwsh`, without having to install any of the required dependencies on your host machine. We've also included some useful utilities in the container for you such as `curl`, `jq` and `jmespath-terminal`.
8+
You can use Docker to run a standalone Linux container with CLI for Microsoft 365 and PowerShell pre-installed, with command completion (tab) automatically configured for you in both `bash` and `pwsh`, without having to install any of the required dependencies on your host machine. We've also included some useful utilities in the container for you such as `curl` and `jq`.
99

1010
## Prerequisites
1111

0 commit comments

Comments
 (0)