G
G
ganjo8882018-11-21 11:00:49
Composer
ganjo888, 2018-11-21 11:00:49

How to install composer via docker?

Please write an example of your dokerfile and step by step instructions for installing it, I'm new. Thank you

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Lyskov, 2018-11-21
@Vlatqa

#
  curl -sS https://getcomposer.org/installer | \
  php -- --install-dir=/usr/bin --filename=composer; \
  #

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question