We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36ce03 commit 4868ebdCopy full SHA for 4868ebd
1 file changed
template/Dockerfile.blade.php
@@ -86,11 +86,10 @@
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=composer1 \
90
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
+ && curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/local/bin --filename=composer1 \
91
# symlink composer2 for BC
92
&& ln -s /usr/local/bin/composer /usr/local/bin/composer2 \
93
- && su-exec kool composer global require hirak/prestissimo \
94
# cleanup
95
&& apk del .build-deps \
96
&& rm -rf /var/cache/apk/* /tmp/*
0 commit comments