blob: 88a90f8adcb28d58ebd4b342531aa4a0b315a89f [file] [log] [blame]
# Install composer
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer
# Define the default command.
CMD ["bash"]