Skip to content

Commit aa2d783

Browse files
author
Derek Bourgeois
committed
install prestissimo
install prestissimo globally to speed up composer installs.
1 parent 453918b commit aa2d783

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ VOLUME ["/var/lib/mysql"]
9999
RUN curl -sS https://getcomposer.org/installer | php && \
100100
mv composer.phar /usr/local/bin/composer && \
101101
printf "\nPATH=\"~/.composer/vendor/bin:\$PATH\"\n" | tee -a ~/.bashrc
102+
103+
# install prestissimo
104+
RUN composer global require "hirak/prestissimo"
102105

103106
# install laravel envoy
104107
RUN composer global require "laravel/envoy"

0 commit comments

Comments
 (0)