mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	One RUN less
Align apk add commands between images.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9fd849d48b
						
					
				
				
					commit
					23458de588
				
			| @@ -2,8 +2,7 @@ | ||||
| FROM    alpine:3.14 AS compiler | ||||
|  | ||||
| RUN     apk update --quiet | ||||
| RUN     apk add curl | ||||
| RUN     apk add build-base | ||||
| RUN     apk add -q --no-cache curl build-base | ||||
|  | ||||
| RUN     curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user