elecena/python-php

Add Composer to the image

macbre opened this issue · 0 comments

https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md

https://hub.docker.com/_/composer

FROM composer:latest AS php-composer
# ...
COPY --from=php-composer composer.phar. .