We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3620e9 + d3e505c commit 50b6272Copy full SHA for 50b6272
1 file changed
workspace/Dockerfile
@@ -777,13 +777,6 @@ RUN if [ ${COMPOSER_REPO_PACKAGIST} ]; then \
777
composer config -g repo.packagist composer ${COMPOSER_REPO_PACKAGIST} \
778
;fi
779
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
787
###########################################################################
788
# Deployer:
789
0 commit comments