Fixed phpmd download on cert issues

This commit is contained in:
cytopia
2022-01-23 14:40:18 +01:00
parent ed3449af98
commit 9531a29533
12 changed files with 12 additions and 12 deletions

View File

@@ -319,7 +319,7 @@ RUN set -eux \
\
\
# -------------------- phpmd --------------------
&& curl -sS -L --fail https://phpmd.org/static/latest/phpmd.phar > phpmd.phar \
&& curl -sS -k -L --fail https://phpmd.org/static/latest/phpmd.phar > phpmd.phar \
&& mv phpmd.phar /usr/local/bin/phpmd \
&& chmod +x /usr/local/bin/phpmd \
\