fix syntax
This commit is contained in:
		@@ -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; \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user