We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453918b commit aa2d783Copy full SHA for aa2d783
Dockerfile
@@ -99,6 +99,9 @@ VOLUME ["/var/lib/mysql"]
99
RUN curl -sS https://getcomposer.org/installer | php && \
100
mv composer.phar /usr/local/bin/composer && \
101
printf "\nPATH=\"~/.composer/vendor/bin:\$PATH\"\n" | tee -a ~/.bashrc
102
+
103
+# install prestissimo
104
+RUN composer global require "hirak/prestissimo"
105
106
# install laravel envoy
107
RUN composer global require "laravel/envoy"
0 commit comments