Skip to content

Commit

Permalink
Removes jmespath-terminal from the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Feb 10, 2024
1 parent cae14d0 commit 23612bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,4 @@ RUN bash -c 'echo "export PATH=$PATH:/home/cli-microsoft365/.npm-global/bin:/hom
&& pwsh -c 'm365 cli completion pwsh setup --profile $profile' \
&& pwsh -c 'Add-Content -Path $PROFILE -Value "`r`Set-Alias -Name m365? -Value m365_chili"'

RUN pip install setuptools==58
RUN pip install jmespath-terminal

CMD [ "bash", "-l" ]
2 changes: 1 addition & 1 deletion docs/docs/user-guide/run-cli-in-docker-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 3

# Run CLI for Microsoft 365 in a Docker Container

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`.
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`.

## Prerequisites

Expand Down

0 comments on commit 23612bc

Please sign in to comment.