Skip to content

Commit

Permalink
composer: owner changed to 'www'
Browse files Browse the repository at this point in the history
This make sense: the tool is used primarily by www user and that user would like to update the tool when necessary. Now `composer selfupdate` by 'www' user works.
  • Loading branch information
ryzy committed Jan 16, 2015
1 parent 7540381 commit 55ca55e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
yum install -y --disablerepo=epel php-pecl-redis php-pecl-yaml && \
yum clean all && \

curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
chown www /usr/local/bin/composer

ADD container-files /

0 comments on commit 55ca55e

Please sign in to comment.