RobLoach / docker-composer

:ok_woman: Docker container to install and run Composer.
https://hub.docker.com/r/library/composer/
Other
104 stars 50 forks source link

ERROR: docker run --rm -v $PWD/:/app composer/composer install #103

Open rinetd opened 8 years ago

rinetd commented 8 years ago

Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them. Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

alcohol commented 8 years ago

This issue is unrelated to the container. Your lock file is out of sync with your composer.json, this can cause issues such as the one you are experiencing.