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 ./
 | 
			
		||||
 | 
			
		||||
# 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 \
 | 
			
		||||
  	# Basic dependencies
 | 
			
		||||
		curl \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user