Skip to content

Commit 4868ebd

Browse files
committed
remove prestissimo; sort installs
1 parent a36ce03 commit 4868ebd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

template/Dockerfile.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,10 @@
8686
&& docker-php-ext-enable redis \
8787
&& cp "/usr/local/etc/php/php.ini-{{ $prod ? 'production' : 'development' }}" "/usr/local/etc/php/php.ini" \
8888
# composer
89-
&& curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 \
9089
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
90+
&& curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 \
9191
# symlink composer2 for BC
9292
&& ln -s /usr/local/bin/composer /usr/local/bin/composer2 \
93-
&& su-exec kool composer global require hirak/prestissimo \
9493
# cleanup
9594
&& apk del .build-deps \
9695
&& rm -rf /var/cache/apk/* /tmp/*

0 commit comments

Comments
 (0)