Install 'ssh' into Docker image
Description
ssh
is required to write bash scripts running DORiE inside a container of the deployed Docker image.
The error message when activating the venv
inside a new Bash instance was
The value of the MCA parameter "plm_rsh_agent" was set to a path
that could not be found:
plm_rsh_agent: ssh : rsh
Please either unset the parameter, or check that the path is correct
This thread relates it to ssh
not being installed.
Proposal
- Add
ssh
to the Docker image.
How to test the implementation?
- Run bash scripts executing DORiE inside the container (tested by @mlasetzki).
- Ensure that
dorie run -p [N]
(executing DORiE in parallel) works in the deployed image.
Related issues
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information