Update Dockerfile-71
Remove duplicate configuration.
This commit is contained in:
		@@ -238,15 +238,6 @@ RUN if [ ${INSTALL_MYSQLI} = true ]; then \
 | 
			
		||||
    docker-php-ext-install mysqli \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
# postgres Modifications:
 | 
			
		||||
#####################################
 | 
			
		||||
 | 
			
		||||
ARG INSTALL_POSTGRES=false
 | 
			
		||||
RUN if [ ${INSTALL_POSTGRES} = true ]; then \
 | 
			
		||||
    docker-php-ext-install pgsql \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
# Tokenizer Modifications:
 | 
			
		||||
#####################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user