Skip to content

Commit b5314e5

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 461e05d + 50b6272 commit b5314e5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

workspace/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -787,13 +787,6 @@ RUN if [ ${COMPOSER_REPO_PACKAGIST} ]; then \
787787
composer config -g repo.packagist composer ${COMPOSER_REPO_PACKAGIST} \
788788
;fi
789789

790-
ARG INSTALL_LARAVEL_INSTALLER=false
791-
792-
RUN if [ ${INSTALL_LARAVEL_INSTALLER} = true ]; then \
793-
# Install the Laravel Installer
794-
composer global require "laravel/installer" \
795-
;fi
796-
797790
###########################################################################
798791
# Deployer:
799792
###########################################################################

0 commit comments

Comments
 (0)