Skip to content

Commit

Permalink
ADD: Install Composer (#11)
Browse files Browse the repository at this point in the history
Fixes: #7
  • Loading branch information
brettt89 authored Aug 7, 2017
1 parent 8dce87f commit f0000fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update -y && apt-get install -y \
g++ \
--no-install-recommends && \
curl -sS https://silverstripe.github.io/sspak/install | php -- /usr/local/bin && \
curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && \
pecl install xdebug && \
rm -r /var/lib/apt/lists/*

Expand Down

0 comments on commit f0000fc

Please sign in to comment.