mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Instruct composer to not use cache when building pickle
...lest save some space in the final Docker image... Test: xdebug
This commit is contained in:
parent
641ec6a75b
commit
1560e9a21e
1 changed files with 1 additions and 1 deletions
|
@ -2093,7 +2093,7 @@ buildPickle() {
|
|||
curl -sSLf https://getcomposer.org/installer | php -- --quiet --install-dir=. --filename=composer --1
|
||||
printf 'done.\n'
|
||||
printf 'Installing composer dependencies... '
|
||||
./composer install --no-dev --no-progress --no-suggest --optimize-autoloader --ignore-platform-reqs --quiet
|
||||
./composer install --no-dev --no-progress --no-suggest --optimize-autoloader --ignore-platform-reqs --quiet --no-cache
|
||||
printf 'done.\n'
|
||||
printf 'Building... '
|
||||
php -d phar.readonly=0 box.phar build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue