Skip to content

Commit

Permalink
composer2だとprestissimoはエラーになる
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-s committed Dec 19, 2020
1 parent 8e12f67 commit 49198d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ RUN curl -sS https://getcomposer.org/installer \
| php \
&& mv composer.phar /usr/bin/composer \
&& composer config -g repos.packagist composer https://packagist.jp \
&& composer global require hirak/prestissimo \
&& chown www-data:www-data /var/www \
&& mkdir -p ${APACHE_DOCUMENT_ROOT}/var \
&& chown -R www-data:www-data ${APACHE_DOCUMENT_ROOT} \
Expand Down

0 comments on commit 49198d3

Please sign in to comment.