Skip to content

Commit

Permalink
Merge pull request #55 from flemzord/composer
Browse files Browse the repository at this point in the history
Add composer in PHP
  • Loading branch information
eko committed Jun 7, 2017
2 parents e6e25ab + 57c4732 commit 51670d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion php-fpm/Dockerfile
Expand Up @@ -21,10 +21,14 @@ RUN apk add --update \
php5-pdo_mysql \
php5-mysqli \
php5-xml \
php5-zlib
php5-zlib \
php5-phar \
curl

RUN rm -rf /var/cache/apk/* && rm -rf /tmp/*

RUN curl --insecure https://getcomposer.org/composer.phar -o /usr/bin/composer && chmod +x /usr/bin/composer

ADD symfony.ini /etc/php5/fpm/conf.d/
ADD symfony.ini /etc/php5/cli/conf.d/

Expand Down

0 comments on commit 51670d3

Please sign in to comment.