mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-11-03 20:07:27 +00:00 
			
		
		
		
	the mime type error was thrown since the meet container did not have the mime-support package (#205)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									3a18f22765
								
							
						
					
					
						commit
						3b8c9c4d68
					
				@ -43,7 +43,9 @@ RUN \
 | 
				
			|||||||
    # install
 | 
					    # install
 | 
				
			||||||
    apt-get update && \
 | 
					    apt-get update && \
 | 
				
			||||||
    set -x && \
 | 
					    set -x && \
 | 
				
			||||||
 | 
					    # TODO mime-support could be remove once its an official dependency of kopano-kwebd
 | 
				
			||||||
    apt-get install --no-install-recommends -y \
 | 
					    apt-get install --no-install-recommends -y \
 | 
				
			||||||
 | 
						mime-support \
 | 
				
			||||||
        kopano-kwebd \
 | 
					        kopano-kwebd \
 | 
				
			||||||
	kopano-meet kopano-meet-webapp \
 | 
						kopano-meet kopano-meet-webapp \
 | 
				
			||||||
        ${ADDITIONAL_KOPANO_PACKAGES} \
 | 
					        ${ADDITIONAL_KOPANO_PACKAGES} \
 | 
				
			||||||
 | 
				
			|||||||
@ -9,9 +9,6 @@
 | 
				
			|||||||
    gzip
 | 
					    gzip
 | 
				
			||||||
    header / Server kweb
 | 
					    header / Server kweb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # TODO this should actually not be neccesary since the container has the mailcap package installed
 | 
					 | 
				
			||||||
    mime .json application/json
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    tls {%EMAIL%}
 | 
					    tls {%EMAIL%}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    limits {
 | 
					    limits {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user