forked from zaclys/searxng
		
	[fix] Dockerfile image
ignore existing wheels, rebuild all of them fix an issue the lxml wheel for the muslc
This commit is contained in:
		
							parent
							
								
									082d55e6c5
								
							
						
					
					
						commit
						dc39f9c960
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -47,8 +47,8 @@ RUN apk upgrade --no-cache \
 | 
			
		|||
    uwsgi \
 | 
			
		||||
    uwsgi-python3 \
 | 
			
		||||
    brotli \
 | 
			
		||||
 && pip3 install --upgrade pip \
 | 
			
		||||
 && pip3 install --no-cache -r requirements.txt \
 | 
			
		||||
 && pip3 install --upgrade pip wheel setuptools \
 | 
			
		||||
 && pip3 install --no-cache  --no-binary :all: -r requirements.txt \
 | 
			
		||||
 && apk del build-dependencies \
 | 
			
		||||
 && rm -rf /root/.cache
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue