diff --git a/Dockerfile b/Dockerfile index f9af46dc22f..f8d847fab85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/docs/docs/user-guide/run-cli-in-docker-container.mdx b/docs/docs/user-guide/run-cli-in-docker-container.mdx index dfb2a7454ba..26d6be2a831 100644 --- a/docs/docs/user-guide/run-cli-in-docker-container.mdx +++ b/docs/docs/user-guide/run-cli-in-docker-container.mdx @@ -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