Fixed php-cs-fixer download on cert issues

This commit is contained in:
cytopia
2022-01-23 15:36:19 +01:00
parent 7b68744404
commit ae9d987cb9
9 changed files with 12 additions and 12 deletions

View File

@@ -333,7 +333,7 @@ RUN set -eux \
\
\
# -------------------- php-cs-fixer --------------------
&& curl -sS -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
&& curl -sS -k -L --fail https://cs.symfony.com/download/php-cs-fixer-v2.phar > /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer \
\
\