docker-ssh-agent-forward icon indicating copy to clipboard operation
docker-ssh-agent-forward copied to clipboard

Fix error missing tini; use sbin

Open chad-10e opened this issue 8 years ago • 3 comments

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.

chad-10e avatar Apr 14 '17 21:04 chad-10e

Addresses issue https://github.com/avsm/docker-ssh-agent-forward/issues/6.

chad-10e avatar Apr 14 '17 21:04 chad-10e

This pull requests solved the issue in my case IMHO, only the modification in Dockerfile is needed.

bguerout avatar Mar 12 '18 11:03 bguerout

This solved my issue as well.

emilhauk avatar May 23 '18 23:05 emilhauk