nebari-dev / nebari-docker-images

📦 Ready to use Docker images maintained by the Nebari team
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

[BUG] - Help items have been "minimized" #84

Open kcpevey opened 1 year ago

kcpevey commented 1 year ago

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?

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

iameskild commented 1 year ago

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