We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d460ae8 commit d1c3543Copy full SHA for d1c3543
1 file changed
template/Dockerfile.blade.php
@@ -86,8 +86,8 @@
86
&& docker-php-ext-enable redis \
87
&& cp "/usr/local/etc/php/php.ini-{{ $prod ? 'production' : 'development' }}" "/usr/local/etc/php/php.ini" \
88
# composer
89
- && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer \
90
- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer2 \
+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 \
+ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
91
&& su-exec kool composer global require hirak/prestissimo \
92
# cleanup
93
&& apk del .build-deps \
0 commit comments