Skip to content

Commit d3e505c

Browse files
Lan PhanLan Phan
authored andcommitted
remove duplicated laravel installer code
1 parent c3620e9 commit d3e505c

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
@@ -777,13 +777,6 @@ RUN if [ ${COMPOSER_REPO_PACKAGIST} ]; then \
777777
composer config -g repo.packagist composer ${COMPOSER_REPO_PACKAGIST} \
778778
;fi
779779

780-
ARG INSTALL_LARAVEL_INSTALLER=false
781-
782-
RUN if [ ${INSTALL_LARAVEL_INSTALLER} = true ]; then \
783-
# Install the Laravel Installer
784-
composer global require "laravel/installer" \
785-
;fi
786-
787780
###########################################################################
788781
# Deployer:
789782
###########################################################################

0 commit comments

Comments
 (0)