🐛 duplicates apt-get install
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							bc894b6ee0
						
					
				
				
					commit
					aaf04367e6
				
			@@ -787,7 +787,7 @@ RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
 | 
				
			|||||||
ARG INSTALL_SMB=false
 | 
					ARG INSTALL_SMB=false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN if [ ${INSTALL_SMB} = true ]; then \
 | 
					RUN if [ ${INSTALL_SMB} = true ]; then \
 | 
				
			||||||
    apt-get install    apt-get install -yqq smbclient libsmbclient-dev coreutils && \
 | 
					    apt-get install -yqq smbclient libsmbclient-dev coreutils && \
 | 
				
			||||||
    pecl install smbclient && \
 | 
					    pecl install smbclient && \
 | 
				
			||||||
    docker-php-ext-enable smbclient \
 | 
					    docker-php-ext-enable smbclient \
 | 
				
			||||||
;fi
 | 
					;fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user