try building this with updated dependencies
This commit is contained in:
		
							parent
							
								
									8f94607409
								
							
						
					
					
						commit
						4503be110a
					
				@ -15,7 +15,8 @@ WORKDIR /usr/src/paperless/
 | 
				
			|||||||
COPY requirements.txt ./
 | 
					COPY requirements.txt ./
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Binary dependencies
 | 
					# Binary dependencies
 | 
				
			||||||
RUN apt-get update \
 | 
					RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list \
 | 
				
			||||||
 | 
					  && apt-get update \
 | 
				
			||||||
  && apt-get -y --no-install-recommends install \
 | 
					  && apt-get -y --no-install-recommends install \
 | 
				
			||||||
  	# Basic dependencies
 | 
					  	# Basic dependencies
 | 
				
			||||||
		curl \
 | 
							curl \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user