Fixed missing python-setuptools
	
		
			
	
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
					Details
				
			
		
	
				
					
				
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
					Details
				
			
		
	
							parent
							
								
									8df79d68ff
								
							
						
					
					
						commit
						a5c28ee62b
					
				| 
						 | 
					@ -10,7 +10,7 @@ RUN chmod +x /tmp/s6-overlay-amd64-installer && \
 | 
				
			||||||
        -Syu \
 | 
					        -Syu \
 | 
				
			||||||
        --noconfirm \
 | 
					        --noconfirm \
 | 
				
			||||||
        --needed \
 | 
					        --needed \
 | 
				
			||||||
        python python-pip nginx && \
 | 
					        python python-setuptools python-pip nginx && \
 | 
				
			||||||
    useradd -s /bin/false nginx && \
 | 
					    useradd -s /bin/false nginx && \
 | 
				
			||||||
    mkdir /data
 | 
					    mkdir /data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue