nebari-dev/nebari-docker-images

[BUG] - Help items have been "minimized"

Opened this issue · 1 comments

Describe the bug

When I try to run git remote --help in a terminal on Nebari I get

09:53 $ git remote --help
This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, including manpages, you can run the 'unminimize'
command. You will still need to ensure the 'man-db' package is installed.

Expected behavior

I expect to be able to run a git help command. I dont know if other tools are affected by this.

OS and architecture in which you are running Nebari

AWS and GCP

How to Reproduce the problem?

  • Open a terminal on Nebari (in jupyterlab or vscode)
  • Run git remote --help

Command output

No response

Versions and dependencies used.

Nebari 2023.7.1
Seen on an AWS and GCP deployment
I'm in the admin group.

Compute environment

None

Integrations

No response

Anything else?

No response

It looks like we might need to install 'man-db' package into the JupyterLab base image.