Skip to content

Commit e16a41b

Browse files
committed
Composer1 by default but install composer2
1 parent e29e51e commit e16a41b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/Dockerfile.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
&& cp "/usr/local/etc/php/php.ini-{{ $prod ? 'production' : 'development' }}" "/usr/local/etc/php/php.ini" \
6767
# composer
6868
&& curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
69+
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
6970
&& su-exec kool composer global require hirak/prestissimo \
7071
# cleanup
7172
&& apk del .build-deps \

0 commit comments

Comments
 (0)