cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Service Broker Bash shell does not have vi installed

rpothier opened this issue · comments

Is your feature request related to a problem? Please describe.

When we run the service broker bash shell, vi is not installed.
The user must run apt install vim.
It would be beneficial to have vi pre-installed.

Describe the solution you would like

Vim should be pre-installed in the bash shell

Describe alternatives you have considered

Install Vim each time you invoke it.

Additional context

Add any other context information about the feature request here.