blob: 86906c33771fb171310e91a40ef823df083871ee [file] [log] [blame]
# Install composer
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer