Merge pull request #1354 from taufek/tj-install-prestissimo
Install Prestissimo in Workspace
This commit is contained in:
		@@ -476,6 +476,19 @@ RUN if [ ${INSTALL_DEPLOYER} = true ]; then \
 | 
			
		||||
    composer global require "deployer/deployer" \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
# Prestissimo:
 | 
			
		||||
#####################################
 | 
			
		||||
USER laradock
 | 
			
		||||
 | 
			
		||||
ARG INSTALL_PRESTISSIMO=false
 | 
			
		||||
ENV INSTALL_PRESTISSIMO ${INSTALL_PRESTISSIMO}
 | 
			
		||||
 | 
			
		||||
RUN if [ ${INSTALL_PRESTISSIMO} = true ]; then \
 | 
			
		||||
    # Install Prestissimo
 | 
			
		||||
    composer global require "hirak/prestissimo" \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
# Linuxbrew:
 | 
			
		||||
#####################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user