-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh command not available when using composer #235
Comments
I've installed it myself, it's simple, but I still think it should be part of the distribution:
|
Makes more than sense. Didn't even know it was not available. |
@cytopia |
ssh binary is on the way: https://github.com/devilbox/docker-php-fpm/pull/16/files |
thanks a lot for that quick fix! |
When the build has succeeded: https://travis-ci.org/devilbox/docker-php-fpm, do a: docker-compose pull php |
I'm using
shell.bat
to get into my docker console where I'd like to usecomposer install
to install some dependencies of my projects. This works fine for most packages, but fails for some private packages. I've got a section like this in mycomposer.json
:This fails with this error:
This is not really a surprise, when I type
ssh
it also fails. I think we should have access to ssh in the shell.operating system
Windows 10docker version
18.03.1-cedocker-compose version
1.21.0, build 5920eb08The text was updated successfully, but these errors were encountered: