We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0bd85 commit 4169a9bCopy full SHA for 4169a9b
1 file changed
workspace/Dockerfile-72
@@ -471,6 +471,19 @@ RUN if [ ${INSTALL_DEPLOYER} = true ]; then \
471
chmod +x /usr/local/bin/dep \
472
;fi
473
474
+#####################################
475
+# Prestissimo:
476
477
+USER laradock
478
+
479
+ARG INSTALL_PRESTISSIMO=false
480
+ENV INSTALL_PRESTISSIMO ${INSTALL_PRESTISSIMO}
481
482
+RUN if [ ${INSTALL_PRESTISSIMO} = true ]; then \
483
+ # Install Prestissimo
484
+ composer global require "hirak/prestissimo" \
485
+;fi
486
487
#####################################
488
# Linuxbrew:
489
0 commit comments