Fixed phpunit download on cert issues

This commit is contained in:
cytopia
2022-01-23 14:50:26 +01:00
parent 9531a29533
commit c3ad81b808
10 changed files with 15 additions and 15 deletions

View File

@@ -344,7 +344,7 @@ RUN set -eux \
\
\
# -------------------- phpunit --------------------
&& curl -sS -L --fail https://phar.phpunit.de/phpunit-5.phar > /usr/local/bin/phpunit 2>/dev/null \
&& curl -sS -k -L --fail https://phar.phpunit.de/phpunit-5.phar > /usr/local/bin/phpunit \
&& chmod +x /usr/local/bin/phpunit \
\
\