Skip to content

Commit 8bdd761

Browse files
author
Jens Schulze
committed
add prestissimo to speedup composer usage
1 parent 6736936 commit 8bdd761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apt-get update \
1010
&& docker-php-ext-install zip \
1111
&& curl -sS https://getcomposer.org/installer | php \
1212
&& mv composer.phar /usr/local/bin/composer \
13+
&& composer global require hirak/prestissimo \
1314
&& apt-get clean
1415

1516
RUN usermod -u 1000 www-data

0 commit comments

Comments
 (0)