Skip to content

Commit 50b6272

Browse files
authored
Merge pull request laradock#2372 from lanphan/fix_workspace
Remove duplicated laravel installer code
2 parents c3620e9 + d3e505c commit 50b6272

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)