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

@@ -266,7 +266,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 --------------------

View File

@@ -295,7 +295,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 --------------------

View File

@@ -300,7 +300,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 --------------------

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

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

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

View File

@@ -314,7 +314,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 --------------------

View File

@@ -300,7 +300,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 --------------------

View File

@@ -295,7 +295,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 --------------------

View File

@@ -238,7 +238,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 \
\
\
# -------------------- symfony --------------------