fix syntax
This commit is contained in:
parent
6881e4bcb4
commit
253783fb21
|
@ -222,7 +222,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
|
||||||
pecl install xdebug-3.2.0; \
|
pecl install xdebug-3.2.0; \
|
||||||
else \
|
else \
|
||||||
pecl install xdebug-3.1.4; \
|
pecl install xdebug-3.1.4; \
|
||||||
fi && \
|
fi; \
|
||||||
else \
|
else \
|
||||||
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
|
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
|
||||||
pecl install xdebug-2.5.5; \
|
pecl install xdebug-2.5.5; \
|
||||||
|
|
|
@ -338,7 +338,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
|
||||||
pecl install xdebug-3.2.0; \
|
pecl install xdebug-3.2.0; \
|
||||||
else \
|
else \
|
||||||
pecl install xdebug-3.1.4; \
|
pecl install xdebug-3.1.4; \
|
||||||
fi && \
|
fi; \
|
||||||
else \
|
else \
|
||||||
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
|
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
|
||||||
pecl install xdebug-2.5.5; \
|
pecl install xdebug-2.5.5; \
|
||||||
|
|
Loading…
Reference in New Issue