mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Backport more tools for work flavour
This commit is contained in:
8
php_tools/phpmd/install.yml
Normal file
8
php_tools/phpmd/install.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
check: phpmd --version | grep -E '^PHPMD [0-9][.0-9]+' || (phpmd --version; false)
|
||||
|
||||
all:
|
||||
type: custom
|
||||
command: curl -sS -k -L --fail https://phpmd.org/static/latest/phpmd.phar -L -o /usr/local/bin/phpmd
|
||||
post: chmod +x /usr/local/bin/phpmd
|
||||
Reference in New Issue
Block a user