composer not installing in docker #12491
Answered
by
xabbuh
end3r-man
asked this question in
Q&A / Support
-
|
Beta Was this translation helpful? Give feedback.
Answered by
xabbuh
Aug 9, 2025
Replies: 2 comments 1 reply
-
any way to fix this ?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
If |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
end3r-man
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
/usr/local/bin
inside the paths referenced with$PATH
? If that’s not the case, you need to use/usr/local/bin/composer install
instead of justcomposer install
.