Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

error: cannot run ssh: No such file or directory fatal: unable to fork #129

Open
jpswade opened this issue Jul 26, 2018 · 0 comments
Open

Comments

@jpswade
Copy link

jpswade commented Jul 26, 2018

Here's the command:

#!/usr/bin/env bash
docker run --rm \
    --workdir /app \
    --volume ${PWD}:/app \
    --volume ~/.ssh:/root/.ssh \
    --volume ~/.composer:/root/.composer \
    composer/composer:php5-alpine install -o -n --no-scripts --ignore-platform-reqs

This is the (eventual) error:

error: cannot run ssh: No such file or directory
fatal: unable to fork

It seems like alpine is missing ssh, using the non-alpine version solved this problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant