Fix Dockerfile-70
Add ;fi to end if INSTALL_INTL block
This commit is contained in:
		@@ -202,6 +202,7 @@ RUN if [ ${INSTALL_INTL} = true ]; then \
 | 
				
			|||||||
    apt-get install -y zlib1g-dev libicu-dev g++ && \
 | 
					    apt-get install -y zlib1g-dev libicu-dev g++ && \
 | 
				
			||||||
    docker-php-ext-configure intl && \
 | 
					    docker-php-ext-configure intl && \
 | 
				
			||||||
    docker-php-ext-install intl \
 | 
					    docker-php-ext-install intl \
 | 
				
			||||||
 | 
					;fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#####################################
 | 
					#####################################
 | 
				
			||||||
# GHOSTSCRIPT:
 | 
					# GHOSTSCRIPT:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user