We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29e51e commit e16a41bCopy full SHA for e16a41b
1 file changed
template/Dockerfile.blade.php
@@ -66,6 +66,7 @@
66
&& cp "/usr/local/etc/php/php.ini-{{ $prod ? 'production' : 'development' }}" "/usr/local/etc/php/php.ini" \
67
# composer
68
&& 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 \
70
&& su-exec kool composer global require hirak/prestissimo \
71
# cleanup
72
&& apk del .build-deps \
0 commit comments