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