Merge pull request #118 from paperless-ngx/feature-fix-pip-timeout
Increase default timeout of `pip install`
This commit is contained in:
		
						commit
						0827553a69
					
				@ -63,8 +63,8 @@ RUN apt-get update \
 | 
			
		||||
		build-essential \
 | 
			
		||||
		libpq-dev \
 | 
			
		||||
		libqpdf-dev \
 | 
			
		||||
	&& python3 -m pip install --upgrade --no-cache-dir supervisor \
 | 
			
		||||
  && python3 -m pip install --no-cache-dir -r ../requirements.txt \
 | 
			
		||||
	&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor \
 | 
			
		||||
  && python3 -m pip install --default-timeout=1000 --no-cache-dir -r ../requirements.txt \
 | 
			
		||||
	&& apt-get -y purge build-essential libqpdf-dev \
 | 
			
		||||
	&& apt-get -y autoremove --purge \
 | 
			
		||||
	&& rm -rf /var/lib/apt/lists/*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user