install composer alpine

Note Statistics

Note Statistics

  • Viewed 1184 times
  • Bookmarked 1 times
  • 1 Grateful readers
Thu, 09/17/2020 - 07:05

Run the commands below in your terminal to install composer

RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
RUN php composer-setup.php --install-dir=/usr/local/bin --filename=composer
RUN php -r "unlink('composer-setup.php');
	```
Authored by