You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.
When running docker-compose run composer, I'll get the following message:
Your requirements could not be resolved to an installable set of packages.
Next a list follows of unresolved requirements because some extensions of the framework are not installed. However, I installed them on my own build, which should be enough.
Any suggestions what I'm doing wrong?
In my opinion the composer image should only install composer and run the commands. Requirements of the machine are done in the php build....
The text was updated successfully, but these errors were encountered:
I am trying the composer image like this:
When running
docker-compose run composer
, I'll get the following message:Next a list follows of unresolved requirements because some extensions of the framework are not installed. However, I installed them on my own build, which should be enough.
Any suggestions what I'm doing wrong?
In my opinion the composer image should only install composer and run the commands. Requirements of the machine are done in the php build....
The text was updated successfully, but these errors were encountered: