Issue Overview
Some basic commands such as "git", "wget" not working inside container's terminal while working with Python Stack Workspace on che.onpenshift.io
Current Behaviour
git: command not found
Steps To Reproduce
- Create workspace using Python Stack on che.openshift.io
- Start the workspace
- Open terminal in specific container > python
- Type "git"
Additional Information
I tried to find / -name *git* and*wget* with no relevant result. Also tried using quay.io/eclipse/che-python-3.7:7.6.0 instead of :nightly with no result.