Skip to content

Commit 4169a9b

Browse files
committed
Support Prestissimo
1 parent 8d0bd85 commit 4169a9b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

workspace/Dockerfile-72

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,19 @@ RUN if [ ${INSTALL_DEPLOYER} = true ]; then \
471471
chmod +x /usr/local/bin/dep \
472472
;fi
473473

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+
474487
#####################################
475488
# Linuxbrew:
476489
#####################################

0 commit comments

Comments
 (0)