From abcdbe2d5e0e30b1cb158633af2821b111a8980a Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Thu, 31 Aug 2017 12:37:09 -0300 Subject: fixes docs lint --- .../test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/articles') diff --git a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md index e0cdf441576..946f20c5f18 100644 --- a/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md +++ b/doc/articles/test_and_deploy_laravel_apps_with_gitlab_ci_and_envoy/index.md @@ -420,7 +420,7 @@ RUN apt-get clean RUN docker-php-ext-install mcrypt pdo_mysql zip # Install Composer -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer +RUN curl --silent --show-error https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Install Laravel Envoy RUN composer global require "laravel/envoy=~1.0" -- cgit v1.2.3