Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyi1 committed Jun 30, 2021
2 parents b8e1880 + c31f46e commit d1f93bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ RUN pecl install -o -f redis \
# 安装 Composer
ENV COMPOSER_HOME /var/www/.composer
RUN curl -sS https://install.phpcomposer.com/installer | php -- --install-dir=/usr/bin --filename=composer
RUN composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ \
RUN composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
RUN curl -sS https://install.phpcomposer.com/installer | php -- --install-dir=/usr/bin --filename=composer1
RUN composer1 config -g repo.packagist composer https://mirrors.aliyun.com/composer/ \
&& composer self-update --1

RUN chown -R www-data:www-data /var/www/
Expand Down

0 comments on commit d1f93bc

Please sign in to comment.