mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 09:54:43 +00:00
Fix missing backslash in Docker command
This commit is contained in:
@@ -313,7 +313,7 @@ RUN set -eux \
|
||||
# -------------------- phpmd --------------------
|
||||
&& wget -c https://phpmd.org/static/latest/phpmd.phar \
|
||||
&& mv phpmd.phar /usr/local/bin/phpmd \
|
||||
&& chmod +x /usr/local/bin/phpmd
|
||||
&& chmod +x /usr/local/bin/phpmd \
|
||||
\
|
||||
\
|
||||
# -------------------- phpunit --------------------
|
||||
|
||||
Reference in New Issue
Block a user