Fix missing backslash in Docker command

This commit is contained in:
cytopia
2020-01-04 18:35:29 +01:00
parent f04a5ec693
commit cc77461311
11 changed files with 11 additions and 11 deletions

View File

@@ -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 --------------------