docker-ssh-agent-forward
docker-ssh-agent-forward copied to clipboard
Fix error missing tini; use sbin
This PR fixes a bug running tini in the current Dockerfile. Perhaps this is a recent change, but the tini binary installs to /sbin, not /usr/bin, so pinata-ssh-forward fails.
Addresses issue https://github.com/avsm/docker-ssh-agent-forward/issues/6.
This pull requests solved the issue in my case IMHO, only the modification in Dockerfile is needed.
This solved my issue as well.