jacekwilczynski

docker-compose run apache composer install

Jun 13th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. HP@HP-Komputer MINGW64 ~/Documents/programming/cjg/cojagram/docker (master)
  2. $ docker-compose run apache composer install && docker-compose run php app/console d:d:c && docker-compose run php app/console d:s:c
  3. Starting docker_db_1 ... done
  4. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  5. Loading composer repositories with package information
  6. Installing dependencies (including require-dev) from lock file
  7. 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.
  8. Package operations: 80 installs, 0 updates, 0 removals
  9. Failed to download symfony/symfony from dist: The zip extension and unzip command are both missing, skipping.
  10. Your command-line PHP is using multiple ini files. Run `php --ini` to show them.
  11. Now trying to download from source
  12. - Installing symfony/symfony (v2.8.31): Cloning fa9fa59d7b
  13.  
  14.  
  15. [Symfony\Component\Process\Exception\ProcessTimedOutException]
  16. The process "git clone --no-checkout 'https://github.com/symfony/symfony.git' '/var/www/html/vendor/symfony/symfony' && cd '/var/www/html/vendor/symfony/symfony' && git remote add composer 'https://github.com/symfony/symfony.git' && git fetch composer" exceeded the timeout of 300 seconds.
  17.  
  18.  
  19. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
  20.  
  21.  
  22. HP@HP-Komputer MINGW64 ~/Documents/programming/cjg/cojagram/docker (master)
  23. $ docker-compose run apache composer install
  24. Starting docker_db_1 ... done
  25. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  26. Loading composer repositories with package information
  27. Installing dependencies (including require-dev) from lock file
  28. 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.
  29. Package operations: 80 installs, 0 updates, 0 removals
  30. Failed to download symfony/symfony from dist: The zip extension and unzip command are both missing, skipping.
  31. Your command-line PHP is using multiple ini files. Run `php --ini` to show them.
  32. Now trying to download from source
  33. - Installing symfony/symfony (v2.8.31):
  34.  
  35. [RuntimeException]
  36. Could not delete /var/www/html/vendor/symfony/symfony/.git/objects/pack/pack-f8500f1d0113df5bda36a7a914868fd5bfa1b175.idx:
  37.  
  38.  
  39. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
Advertisement
Add Comment
Please, Sign In to add comment